[Overview][Types][Classes][Index] Reference for unit 'GroupedEdit' (#lcl)

TCustomAbstractGroupedEdit.EditEditingDone

Signals the OnEditEditingDone event handler (when assigned).

Declaration

Source position: groupededit.pp line 215

protected procedure TCustomAbstractGroupedEdit.EditEditingDone; virtual;

Description

EditEditingDone is a method used to signal the OnEditingDone event handler (when assigned) for the grouped edit control. The method is assigned to the OnEditingDone event handler in BaseEditor in the constructor for the class instance. It ensures that the grouped edit control performs the OnEditingDone event as a surrogate for the BaseEditor control.

An application can implement an assign a routine to OnEditingDone to perform any actions needed when editing has been completed in the BaseEditor control.

See also

TCustomAbstractGroupedEdit.OnEditingDone

  

Event handler signalled when editing is completed for the control.

TCustomAbstractGroupedEdit.BaseEditor

  

Represents the control used as the editor for the value in the grouped edit control.

TCustomAbstractGroupedEdit.Create

  

Constructor for the class instance.

TControl.OnEditingDone

  

Event handler signalled when editing is completed for the control.


Version 4.0 Generated 2025-05-03 Home