[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Is this the Cancel button? (default setting is False)
Source position: stdctrls.pp line 1120
public property TCustomButton.Cancel: Boolean |
Setting this property to true, will have the effect that when the user hits ESC this button is Clicked, even if the button does not have focus. Usually the Button which reacts to ESC sets the ModalResult of the form to mrCancel.
lazarus-ccr.sourceforge.net |