[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Collection of TDialogButton descriptions.
Source position: interfacebase.pp line 99
type TDialogButtons = class(TCollection) end; |
||
protected |
||
function GetItem(); |
||
procedure SetCancelButton(); virtual; |
||
procedure SetDefaultButton(); virtual; |
||
procedure SetItem(); |
||
public |
||
destructor Destroy; override; |
||
function Add; |
|
Adds a new button description. |
function FindButton(); |
|
Find the button associated with (one of) the given modal result. |
property DefaultButton: TDialogButton; [rw] |
|
The Default button for this dialog kind. |
property CancelButton: TDialogButton; [rw] |
|
The Cancel button for this dialog kind. |
property Items []: TDialogButton; default; [rw] |
|
Indexed access to the button descriptions. |
|
Collection of TDialogButton descriptions. |
|
| | ||
TCollection |
||
? | ||
TObject |
lazarus-ccr.sourceforge.net |