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. |
CT Web help |
CodeTyphon Studio |