Skip to main content

TextEdit Events

A text editor.
Name Description
CustomDisplayText Enables you to display a custom text within the editor.
EditValueChanged Occurs after the editor’s value has been changed. Inherited from BaseEdit.
EditValueChanging Occurs before the editor’s value is changed. Inherited from BaseEdit.
Spin Occurs when the UP or DOWN ARROW key is pressed.
Validate Enables you to validate the editor’s value. Inherited from BaseEdit.
See Also