Forum > Databases

[SOLVED] Is there DB-aware spin edit component?

(1/1)

artem101:
I did't find something like TDBSpinEdit or TDBFloatSpinEdit in Lazarus controls. Now I use some TDBEdit filelds for numbers and manually checks in KeyPress/Change events: if digits typed, min/max value, etc... It's very boring. Maybe there is any additional package with such controls? I use standart Lazarus SQLdb package with Mysql 5.7.

dsiders:

--- Quote from: artem101 on November 22, 2024, 07:17:34 pm ---I did't find something like TDBSpinEdit or TDBFloatSpinEdit in Lazarus controls. Now I use some TDBEdit filelds for numbers and manually checks in KeyPress/Change events: if digits typed, min/max value, etc... It's very boring. Maybe there is any additional package with such controls? I use standart Lazarus SQLdb package with Mysql 5.7.

--- End quote ---

I have not used it, but I know there is a data-aware spin edit control (TRxDBSpinEdit) in the Rx package available on OPM.

artem101:

--- Quote from: dsiders on November 22, 2024, 08:30:29 pm --- (TRxDBSpinEdit) in the Rx package

--- End quote ---

Thank you. I just tested TRxDBSpinEdit - it works great. Also I found in this package some more useful controls.

dsiders:

--- Quote from: artem101 on November 23, 2024, 10:18:54 am ---
--- Quote from: dsiders on November 22, 2024, 08:30:29 pm --- (TRxDBSpinEdit) in the Rx package

--- End quote ---
Thank you.

--- End quote ---

You're welcome.

Navigation

[0] Message Index

Go to full version