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

TFontEdit

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

TFontEdit - standard action for opening a Font Edit dialog

Declaration

Source position: stdactns.pas line 397

type TFontEdit = class(TCommonDialogAction)

protected

  function GetDialogClass; override;

  

published

  property Caption;

  

  property Dialog: TFontDialog; [r]

  

  property Enabled;

  

  property HelpContext;

  

  property HelpKeyword;

  

  property HelpType;

  

  property Hint;

  

  property ImageIndex;

  

  property ShortCut;

  

  property SecondaryShortCuts;

  

  property Visible;

  

  property BeforeExecute;

  

  property OnAccept;

  

  property OnCancel;

  

  property OnHint;

  

end;

Inheritance

TFontEdit

  

TFontEdit - standard action for opening a Font Edit dialog

|

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