[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Implements the OnEditingDone event handler for a tree node editor on the control.
Source position: comctrls.pp line 3557
protected procedure TCustomTreeView.EditorEditingDone( |
Sender: TObject |
); virtual; |
Sender |
|
Object for the event notification. |
Performs actions when the editor has finished editing a tree node on the control. It calls EndEditing to update state flags, and to signal assigned OnEdited and OnEditingEnd events handlers when the Text for the tree node is changed. It calls SetFocus to restore focus to the tree view control if the editor was assigned and had focus on entry to the method.
EditorEditingDone is used as the OnEditingDone event handler for the internal TEdit control created when the BeginEditing method is called.
|
Contains the tree node being edited in the control. |
|
|
Updates the specified tree node and hides editor. |
|
|
Event handler signalled when the tree view control has been edited. |
|
|
Event handler signalled when EndEditing is called for the control. |
|
|
Prepares the control to edit the text for the specified tree node. |
|
|
Text displayed for the tree node. |
|
|
Event handler signalled when editing is completed for the control. |
|
|
Ensures that the control or window handle has focus. |
Version 4.0 | Generated 2025-05-03 | Home |