[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Performs actions needed when the user has finished editing.
Source position: dbctrls.pp line 594
public procedure TDBRadioGroup.EditingDone; override; |
EditingDone is an overridden method in TDBRadioGroup. It is used to perform actions needed when the user has finished editing using the control. It occurs when the focus changes to another control, or when the user selects another item using the mouse.
EditingDone extends the behavior from the ancestor class to update the linked dataset by calling the UpdateRecord method in DataLink.
EditingDone calls the inherited method to signal the OnEditingDone event handler (when assigned).
|
Provides access to properties, methods, and events for the data-aware control. |
|
|
Signals the OnEditingDone event handler. |
|
|
Event handler signalled when editing is completed for the control. |
Version 4.0 | Generated 2025-05-03 | Home |