TImageEnVect.ObjTextEditable
Declaration
property ObjTextEditable[hobj: integer]: boolean;
Description
If true, the specified text or memo object is editable, otherwise it is read only.
Default: True
Transition Information
If you are transitioning your code to
TImageEnView Layers, instead of ObjTextEditable, use:
TIETextLayer.ReadOnly
ImageEnView1.CurrentLayer.ReadOnly := True;