[Overview][Constants][Types][Classes][Procedures and functions][Index] |
GetFieldCheckState - returns the check box state for the current field.
Source position: dbctrls.pp line 674
protected function TDBCheckBox.GetFieldCheckState: TCheckBoxState; virtual; |
Current TCheckBoxState for the control.
GetFieldCheckState is a TCheckBoxState function used to get the current value for the State property in the data-aware check box control. GetFieldCheckState uses the internal TFieldDataLink instance in the class to access the Field in the linked dataset represented by DataField.
The field type and value are examined to determine the return value for the method. The return value can be one of the following:
The return value is assigned to the State property when the DoOnChange and DataChange methods are executed.
Version 4.0 | Generated 2025-05-03 | Home |