TDBCheckBox
From Free Pascal wiki
Jump to navigationJump to search
│
English (en) │
français (fr) │
TDBCheckBox is a checkbox control for use with a connected database. It is available from the Data Controls tab of the Component Palette.
To be used, a TDBCheckBox must be linked to a TDataSource component. The property DataField determines what will be displayed from the current row of the datasource. The checkbox will be checked if the corresponding datavalue matches the property ValueChecked of the TDBCheckBox control.
See also