[Overview][Constants][Types][Classes][Variables][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Description of standard dialog buttons.
Source position: interfacebase.pp line 87
type TDialogButton = class(TCollectionItem) |
||
protected |
||
function GetDisplayName; override; |
|
Here: returns Caption. |
procedure SetCaption(); virtual; |
||
public |
||
constructor Create(); override; |
||
property Caption: string; [rw] |
|
The button title. |
property Cancel: Boolean; [rw] |
|
True for Cancel button(s) only. |
property Default: Boolean; [rw] |
|
True for Default button(s) only. |
property ModalResult: LongInt; [rw] |
|
The modal result, returned when the button is clicked. |
end; |
|
Description of standard dialog buttons. |
|
| | ||
TCollectionItem |
||
? | ||
TObject |