ImageEn, unit iexFolderTree

TIEFolderTree.ReadOnly

TIEFolderTree.ReadOnly


Declaration

property ReadOnly: Boolean;


Description

When enabled, nodes can be "slow-clicked" to be renamed.
It also allow file operations such as Delete, Cut, Copy and Paste if keyboard shortcuts are enabled.

Default: True


Example

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