TImageEnVect.ObjTextEditMode
Declaration
property ObjTextEditMode: integer
Description
This property switches the specified MEMO or TEXT object in edit mode. You can use it to determine which text object is currently being edited.
Transition Information
If you are transitioning your code to
TImageEnView Layers, instead of ObjTextEditMode, use:
TIETextLayer.ActivateEditor,
TIELineLayer.ActivateEditor
TIETextLayer( ImageEnView1.CurrentLayer ).ActivateEditor();