[Overview][Constants][Types][Classes][Procedures and functions][Index] |
UpdateData - method for applying any pending changes to the data.
Source position: dbctrls.pp line 370
protected procedure TCustomDBListBox.UpdateData( |
Sender: TObject |
); virtual; abstract; |
Sender |
|
Object for the event notification. |
UpdateData is a virtual abstract method in TCustomDBListBox, and must be implemented in a descendent class (such as TDBListBox or TDBLookupListBox) to perform the actions needed to update a linked dataset using the current selection in the control.
UpdateData is assigned to the OnUpdateData event handler in the TFieldDataLink instance for data-aware controls.
|
OnUpdateData - event handler for updating any pending changes in the data. |
|
|
Performs actions needed to update the linked dataset when the value for the control has changed. |
|
|
Updates the data in the lookup dataset for the control. |
Version 4.0 | Generated 2025-05-03 | Home |