ComCtrls.TCustomTreeView.ReadOnly
From RAD Studio VCL Reference
Contents |
Delphi Information
From ComCtrls.pas
property ReadOnly: Boolean read FReadOnly write SetReadOnly;
Unit: ComCtrls
Type: property
Visibility: protected
Member Of: TCustomTreeView
C++ Information
From ComCtrls.hpp
__property bool ReadOnly = {read=FReadOnly,write=SetReadOnly};
Unit: ComCtrls
Type: property
Visibility: protected
Member Of: TCustomTreeView
Description
Determines whether the user can edit the node labels.
Use ReadOnly to specify whether the user can edit the nodes of the tree view. If ReadOnly is true, the user can expand and collapse nodes, but can't edit their labels. If ReadOnly is false, the user can edit the labels as well. The default value is false.