[Overview][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
TCommonDialogAction - base class for providing actions associated with Dialogs
Source position: stdactns.pas line 130
type TCommonDialogAction = class(TCustomAction) |
||
protected |
||
|
||
procedure DoAccept; |
|
|
procedure DoBeforeExecute; |
||
procedure DoCancel; |
|
|
function GetDialogClass; virtual; |
|
|
procedure CreateDialog; virtual; |
||
public |
||
constructor Create(); override; |
|
|
destructor Destroy; override; |
|
|
function Handlestarget(); override; |
|
|
procedure ExecuteTarget(); override; |
|
|
property ExecuteResult: Boolean; [r] |
|
|
property BeforeExecute: TNotifyEvent; [rw] |
|
|
property OnAccept: TNotifyEvent; [rw] |
|
|
property OnCancel: TNotifyEvent; [rw] |
|
|
end; |
|
TCommonDialogAction - base class for providing actions associated with Dialogs |
|
| | ||
|
TCustomAction is the ancestor class for TAction |
|
| | ||
|
TContainedAction - parent class for TCustomAction; defines some properties especially relationships with parents |
|
| | ||
TBasicAction |
||
? | ||
TObject |