[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'DBCtrls' (#lcl)

TDBRadioGroup.EditingDone

Performs actions needed when the user has finished editing.

Declaration

Source position: dbctrls.pp line 594

public procedure TDBRadioGroup.EditingDone; override;

Description

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).

See also

TDBRadioGroup.DataLink

  

Provides access to properties, methods, and events for the data-aware control.

TDataLink.UpdateRecord

TControl.EditingDone

  

Signals the OnEditingDone event handler.

TControl.OnEditingDone

  

Event handler signalled when editing is completed for the control.


Version 4.0 Generated 2025-05-03 Home