[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
The control associated with the cancel action
Source position: forms.pp line 638
public property TCustomForm.CancelControl: TControl |
Determines the control associated with the Cancel action (exit from the control without changing anything).
This is usually a button with the caption 'Cancel', but might be an 'Exit' button or anything else the application programmer decides.
This control is selected either by explicitly clicking with the mouse, or by hitting the 'Esc' key
lazarus-ccr.sourceforge.net |