TImageEnVect.OnDeactivateTextEdit
Declaration
property OnDeactivateTextEdit: TNotifyEvent;
Description
Occurs whenever a text edit (memo or text) is deactivated.
| Demos\XLegacy_Demos\VectorEditor\AdvancedText\AdvancedText.dpr |
Transition Information
If you are transitioning your code to
TImageEnView Layers, instead of OnDeactivateTextEdit, check for ielEdited in the event:
TImageEnView.OnLayerNotifyEx