Klasse TFontDialog

BeschreibungHierarchieFelderMethodenEigenschaften

Unit

Deklaration

type TFontDialog = class(TCommonDialog)

Beschreibung

no description available, TCommonDialog description follows
no description available, TLCLComponent description follows

Hierarchie

Übersicht

Methoden

Public procedure ApplyClicked; virtual;
Public constructor Create (AOwner : TComponent); override;
Public destructor Destroy; override;

Eigenschaften

Published property Title;
Published property Font: TFont read FFont write SetFont;
Published property MinFontSize: Integer read FMinFontSize write FMinFontSize;
Published property MaxFontSize: Integer read FMaxFontSize write FMaxFontSize;
Published property Options: TFontDialogOptions read FOptions write FOptions default [fdEffects];
Published property OnApplyClicked: TNotifyEvent read FOnApplyClicked write FOnApplyClicked;
Published property PreviewText: string read FPreviewText write FPreviewText;

Beschreibung

Methoden

Public procedure ApplyClicked; virtual;
 
Public constructor Create (AOwner : TComponent); override;
 
Public destructor Destroy; override;
 

Eigenschaften

Published property Title;
 
Published property Font: TFont read FFont write SetFont;
 
Published property MinFontSize: Integer read FMinFontSize write FMinFontSize;
 
Published property MaxFontSize: Integer read FMaxFontSize write FMaxFontSize;
 
Published property Options: TFontDialogOptions read FOptions write FOptions default [fdEffects];
 
Published property OnApplyClicked: TNotifyEvent read FOnApplyClicked write FOnApplyClicked;
 
Published property PreviewText: string read FPreviewText write FPreviewText;
 

Erstellt mit PasDoc 0.10.0 am 2007-03-27 23:02:55