[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Event handler for any change in text.
Source position: stdctrls.pp line 815
public property TCustomEdit.OnChange : TNotifyEvent |
Text changes which trigger OnChange include changing the text programatically and also changing it by the user, for example using the keyboard or a virtual keyboard. Note that some OnChange events in other classes might not be trigerred on programatical changes, for example TComboBox.OnChange. This event should not happen when only starting up a form, without any extra code.
|
Event handler for user changed text in the edit box. |
lazarus-ccr.sourceforge.net |