Vcl.ComCtrls.TTreeNode.EditText

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function EditText: Boolean;

C++

bool __fastcall EditText();

Properties

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

Description

Allows editing a tree node.

Call EditText to allow a user to edit tree node label text.

Code Examples