[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Adds the specified OnChange event handler to the control.
Source position: stdctrls.pp line 853
public procedure TCustomEdit.AddHandlerOnChange( |
const AnOnChangeEvent: TNotifyEvent; |
AsFirst: Boolean = False |
); |
AnOnChangeEvent |
|
Event handler added in the method. |
AsFirst |
|
True if the handler is stored at the top of the method list for the handler type. |
Version 4.0 | Generated 2025-05-03 | Home |