ImageEn, unit iexFolderTree

TIEFolderTree.ReadOnly

TIEFolderTree.ReadOnly

Declaration

property ReadOnly: Boolean;

Description

When True, nodes cannot be renamed by "slow-click", and file operations such as Delete, Cut, Copy and Paste are blocked even if keyboard shortcuts are enabled.

Default: True

Example

// Enable editing of folder nodes
IEFolderTree1.ReadOnly := False;