[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Performs actions needed when the linked dataset is repositioned.
Source position: dbctrls.pp line 366
protected procedure TCustomDBListBox.DataChange( |
Sender: TObject |
); virtual; abstract; |
Sender |
|
Object for the event notification. |
DataChange is an method used to perform actions needed when the control needs to be refreshed after a positioning the linked dataset. DataChange is an abstract virtual method in TCustomDBListBox, and must be implemented in a descendent class to perform the actions required for the control.
DataChange is assigned to the OnDataChange event handler in the TFieldDataLink instance used in data-aware controls.
|
Event handler signalled when the field data link has been changed. |
|
|
Implements the event handler signalled when data in the linked dataset has been changed. |
|
|
Performs actions needed when a new DataField value is selected using the lookup dataset. |
Version 4.0 | Generated 2025-05-03 | Home |