[Overview][Types][Classes][Index] |
Signals the OnEditEditingDone event handler (when assigned).
Source position: groupededit.pp line 215
protected procedure TCustomAbstractGroupedEdit.EditEditingDone; virtual; |
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.
|
Event handler signalled when editing is completed for the control. |
|
|
Represents the control used as the editor for the value in the grouped edit control. |
|
|
Constructor for the class instance. |
|
|
Event handler signalled when editing is completed for the control. |
Version 4.0 | Generated 2025-05-03 | Home |