[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
True if the button is the Cancel button.
Source position: interfacebase.pp line 94
public property TDialogButton.Cancel : Boolean |
Cancel is a Boolean property which indicates if the button is used as the Cancel button in the dialog.
Cancel is True when the button instance is the value assigned to the CancelButton property in TDialogButtons collection. Setting a new value in Cancel causes the CancelButton property in TDialogButtons to be updated accordingly.
Use Default to control whether the button is the default button for the dialog.
Use ModalResult to set the value returned when the button is clicked.
|
True if the button is the default button. |
|
|
The modal result value returned when the button is clicked. |
|
|
The cancel button for the dialog. |
Version 4.0 | Generated 2025-05-03 | Home |