[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Indicates if the control is being used in the "unbound" mode.
Source position: dbctrls.pp line 490
protected function TDBLookupListBox.IsUnbound: Boolean; |
True when the control does not store the current selection in the linked dataset.
IsUnbound is a Boolean function which indicates if the control is being used in the "unbound" mode - where either the DataField or DataSource are not assigned for the control. This mode allows the control to synchronize the lookup dataset to the current item selection in the control, but does not post the control value to its linked dataset.
IsUnBound is used in the DoSelectionChange method to determine if the UpdateData method needs to be performed.
|
Updates the data in the lookup dataset for the control. |
|
|
Name for the field in the linked dataset used in the control. |
|
|
Provides access to the linked dataset for the control. |
|
|
FieldName - the name of the attached field, stored as a string. |
|
Version 4.0 | Generated 2025-05-03 | Home |