ImageEn, unit iexLayers
TIETextLayer.ReadOnly
TIETextLayer
.ReadOnly
Declaration
property ReadOnly: Boolean;
Description
Prevents the user from editing the text of the layer.
When
ReadOnly
is false, the user can double-click a text layer or click F2 to start editing of the layer text.
ReadOnly
prevents the user from editing the text.
Default: False
Example
// Prevent editing of the current layer text
TIETextLayer( ImageEnView1.CurrentLayer ).ReadOnly := False;
Loading contents...