Vcl.ComCtrls.TCustomTreeView.IsEditing

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function IsEditing: Boolean;

C++

bool __fastcall IsEditing();

Properties

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

Description

Indicates whether a node is currently being edited by the user.

IsEditing returns true if any node label in the tree view is being edited.

See Also