Vcl.ComCtrls.TTreeNode.EndEdit

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure EndEdit(Cancel: Boolean);

C++

void __fastcall EndEdit(bool Cancel);

Properties

Type Visibility Source Unit Parent
procedure
function
public
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TTreeNode

Description

Ends the editing of a node's label.

Call EndEdit to take the node out of edit mode. If the Cancel parameter is true, all changes made by the user are discarded. If Cancel is false, EndEdit updates the node's Text property and the tree view's OnEdited event occurs.

See Also