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

TCustomTreeView.EditingItem

Contains the tree node being edited in the control.

Declaration

Source position: comctrls.pp line 3621

protected property TCustomTreeView.EditingItem : TTreeNode
  read FEditingItem;

Description

EditingItem is a read-only TTreeNode property which contains the tree node currently being edited in the control. Its value is assigned when the BeginEditing method is called, and unassigned when the EndEditing method is called.

See also

TCustomTreeView.BeginEditing

  

Prepares the control to edit the text for the specified tree node.

TCustomTreeView.EndEditing

  

Updates the specified tree node and hides editor.

TCustomTreeView.KeyDown

  

Handles key down events for the control.

TCustomTreeView.MouseUp

  

Handles a mouse up event for the control.

TTreeNode.EditText

  

Edits the text for the node in the associated TreeView control.


Version 3.2 Generated 2024-02-25 Home