Skip to main content
A newer version of this page is available. .

TcxCustomTextEditProperties Events

Contains settings specific to text editors.
Name Description
OnButtonClick Occurs when a user clicks a button within an editor. Inherited from TcxCustomEditProperties.
OnChange Occurs on changing the value within an editor. Inherited from TcxCustomEditProperties.
OnClosePopup Inherited from TcxCustomEditProperties.
OnEditValueChanged Occurs after assigning a new value to the TcxCustomEdit.EditValue property. Inherited from TcxCustomEditProperties.
OnNewLookupDisplayText Occurs when the text entered into the editor does not belong to the automatic completion words list.
OnPropertiesChanged Occurs when any properties are changed. Inherited from TcxCustomEditProperties.
OnValidate Occurs before converting the display value to the edit value. Inherited from TcxCustomEditProperties.
See Also