Create(TreeControl: ITreeControl; Node: ITreeListNode; AllowAction: Boolean; [Column: Integer = -1]);
TreeControl is a component for which the event is generated.
Node is a node for which the event is generated.
AllowAction is a parameter that determines whether the action should be performed.
Column is a number of column in which the element edit mode is enabled. This property is relevant only for the OnEditing event.
The Create designer creates argument of the events that occur before any action over the tree node of the TreeCombo and TreeList components.
See also: