Back to Devexpress

TcxCustomEditProperties.OnChange Event

vcl-cxedit-dot-tcxcustomeditproperties-e4cb04ca.md

latest892 B
Original Source

TcxCustomEditProperties.OnChange Event

Occurs on changing the value within an editor.

Declaration

delphi
property OnChange: TNotifyEvent read; write;

Remarks

For text editors, the OnChange event occurs when changing the display value provided by the TcxCustomEdit.Text property and is fired by the TcxCustomEdit.DoOnChange virtual method. Image editors generate this event when changing the image. For check box controls, the event is generated when the state is changed.

See Also

TcxCustomEditProperties.OnValidate

TcxCustomEditProperties Class

TcxCustomEditProperties Members

cxEdit Unit