[Overview][Types][Classes][Procedures and functions][Index] Reference for unit 'StdActns' (#lcl)

TCommonDialogAction

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

TCommonDialogAction - base class for providing actions associated with Dialogs

Declaration

Source position: stdactns.pas line 130

type TCommonDialogAction = class(TCustomAction)

protected

  FDialog: TCommonDialog;

  

  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;

Inheritance

TCommonDialogAction

  

TCommonDialogAction - base class for providing actions associated with Dialogs

|

TCustomAction

  

TCustomAction is the ancestor class for TAction

|

TContainedAction

  

TContainedAction - parent class for TCustomAction; defines some properties especially relationships with parents

|

TBasicAction

?

TObject