Signals the OnEditingDone and OnChange event handlers (when assigned).
Source position: stdctrls.pp line 1188
protected procedure TButtonControl.DoOnChange; virtual; |
DoOnChange performs actions needed when the button control is clicked. DoOnChange calls EditingDone to signal the OnEditingDone event handler (when assigned). The OnChange event handler is also signalled (when assigned).
DoOnChange is called from the Click method before the inherited method in TControl is executed. DoOnChange performs no actions at design-time, during component streaming, or when the component is freed.
|
Event handler for changes to properties in the control. |
|
|
Signals the OnEditingDone event handler. |
|
|
Event handler signalled when editing is done. |
|
|
Signals OnClick and/or executes the ActionLink when the control has been clicked. |
|
TComponent.ComponentState |