Klasse TFontDialog
Unit
Dialogs
Deklaration
type TFontDialog = class(TCommonDialog)
Beschreibung
no description available, TCommonDialog description follows
no description available, TLCLComponent description follows
Hierarchie
Übersicht
Methoden
Eigenschaften
 |
property Title; |
 |
property Font: TFont read FFont write SetFont; |
 |
property MinFontSize: Integer read FMinFontSize write FMinFontSize; |
 |
property MaxFontSize: Integer read FMaxFontSize write FMaxFontSize; |
 |
property Options: TFontDialogOptions
read FOptions write FOptions default [fdEffects]; |
 |
property OnApplyClicked: TNotifyEvent
read FOnApplyClicked write FOnApplyClicked; |
 |
property PreviewText: string read FPreviewText write FPreviewText; |
Beschreibung
Methoden
 |
procedure ApplyClicked; virtual; |
|
 |
constructor Create (AOwner : TComponent); override; |
|
 |
destructor Destroy; override; |
|
Eigenschaften
 |
property Title; |
|
 |
property Font: TFont read FFont write SetFont; |
|
 |
property MinFontSize: Integer read FMinFontSize write FMinFontSize; |
|
 |
property MaxFontSize: Integer read FMaxFontSize write FMaxFontSize; |
|
 |
property OnApplyClicked: TNotifyEvent
read FOnApplyClicked write FOnApplyClicked; |
|
 |
property PreviewText: string read FPreviewText write FPreviewText; |
|
Erstellt mit PasDoc 0.10.0 am 2007-03-27 23:02:55