[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Updates the linked dataset using the current selection in the control.
Source position: dbctrls.pp line 587
protected procedure TDBRadioGroup.UpdateData( |
Sender: TObject |
); |
Sender |
|
Object for the event notification. |
UpdateData us used to perform the actions needed to update a linked dataset using the current selection in the control.
In TDBRadioGroup, this involves assigning the content from the Value property to the field for the linked dataset. UpdateData uses the internal TFieldDataLink instance for the control to access the Field for the linked dataset. No actions are performed when the field in the TFieldDataLink instance has not been assigned.
UpdateData is assigned to the OnUpdateData event handler in the TFieldDataLink instance for the data-aware control.
|
Name of the Field in the linked dataset where the control Value is stored. |
|
|
Provides access to the linked dataset and the field definition used in the control. |
|
|
The Field to which the datalink is attached. |
|
|
FieldName - the name of the attached field, stored as a string. |
|
|
OnUpdateData - event handler for updating any pending changes in the data. |
Version 4.0 | Generated 2025-05-03 | Home |