[Overview][Constants][Types][Classes][Procedures and functions][Index] |
DataChange - updates the text if it has changed.
Source position: dbctrls.pp line 793
protected procedure TDBComboBox.DataChange( |
Sender: TObject |
); override; |
Sender |
|
Object for the event notification. |
DataChange is an overridden method used to perform actions needed when the value in the linked dataset has been changed. DataChange uses the Field property from the data link (when assigned) to get the current value stored in the Text property for the control. If Field has not been assigned, or the dataset is not active, the value in Text is set to an empty string ('').
DataChange is assigned as the OnDataChange event handler in the internal TFieldDataLink instance used in the control.
|
The value in the edit box for the control. |
|
|
Contains the field definition from the linked dataset. |
|
|
DataChange - updates any changes in text. |
|
|
The Field to which the datalink is attached. |
|
|
Event handler signalled when the field data link has been changed. |
|
Version 4.0 | Generated 2025-05-03 | Home |