TIELineLayer.ActivateEditor
Declaration
procedure ActivateEditor();
Description
Activates editing of the
text label by the user (i.e. user can begin typing to change the text)
Note: Has no effect if the label is not
visible// Display the text editor for the current layer
if Layer is TIELineLayer
TIELineLayer( ImageEnView1.CurrentLayer ).ActivateEditor()
else
if Layer is TIETextLayer
TIETextLayer( ImageEnView1.CurrentLayer ).ActivateEditor();
See Also
◼LayersCancelEditor◼LayersEditingLayer◼LayersTextEditor