Declaration
property ReadOnly: Boolean;
Description
When False, the user can double-click the text in a cell to modify it, or click F2 to edit the current cell.
To edit a text field, its
Default text must be one of: iedtFilename, iedtFilenameNoExt, iedtLayerName, iedtLayerNameKind, iedtLayerNameInfo, iedtCustom

Note:
- For
TImageEnFolderMView, changing a iedtFilename or iedtFilenameNoExt field will rename the file/folder
- For
TImageEnLayerMView, changing a iedtLayerName, iedtLayerNameKind or iedtLayerNameInfo field will rename the layer
Default: False
See Also
-
OnEditText-
DefaultTopText-
DefaultInfoText-
DefaultBottomText-
OnEditText