[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 386

type TFontEdit = class(TCommonDialogAction)

protected

  function GetDialogClass; override;

  

GetDialogClass - returns the class of dialog associated with this action

published

  property Caption;

  

The Caption to be used if this action is associated with a visible component

  property Dialog: TFontDialog; [r]

  

The FontDialog to use for this action

  property Enabled;

  

Enabled - whether this action is able to be used (default True)

  property HelpContext;

  

HelpContext - the index for a context-based help message

  property HelpKeyword;

  

HelpKeyWord - the keyword of a context-based help message

  property HelpType;

  

HelpType - the sort of help message to be offered: default Context-based

  property Hint;

  

Hint - a pop-up message that appears when the mouse hovers over an object

  property ImageIndex;

  

ImageIndex - the index number of the image to be associated with this action

  property ShortCut;

  

ShortCut - an index to a shortcut list

  property SecondaryShortCuts;

  

SecondaryShortCuts - a stringlist containing shortcuts

  property Visible;

  

Visible - is this action visible? (default True)

  property BeforeExecute: TNotifyEvent;

  

BeforeExecute - event handler for performance before execution of the action

  property OnAccept: TNotifyEvent;

  

OnAccept - event handler for a press of the Accept button

  property OnCancel: TNotifyEvent;

  

OnCancel - event handler for a press of the Cancel button

  property OnHint;

  

OnHint - action to be taken when a hint is required

end;

Inheritance

TFontEdit

  

TFontEdit - standard action for opening a Font Edit dialog

|

TCommonDialogAction

  

TCommonDialogAction - base class for providing actions associated with Dialogs

|

TCustomAction

?

TObject