[Overview][Constants][Types][Classes][Procedures and functions][Index] |
CancelButton - a button with the 'Cancel' caption for cancelling the operation.
Source position: buttonpanel.pas line 107
public property TCustomButtonPanel.CancelButton : TPanelBitBtn |
CancelButton is a read-only TPanelBitBtn property which provides access to the Cancel button for the panel. Read access is redirected to the internal array of buttons in the class instance.
Use CancelButton to set custom values for properties in the TPanelBitBtn instance, including:
|
CloseButton - a button with the 'Close' caption for terminating the Form or panel. |
|
|
HelpButton - a button with the 'Help' caption, for requesting help. |
|
|
OKButton - a button with the caption 'OK' signifying acceptance by the user. |
Version 4.0 | Generated 2025-05-03 | Home |