[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Font Dialog
Source position: dialogs.pp line 320
type TFontDialog = class(TCommonDialog) |
||
protected |
||
function DefaultTitle; override; |
||
public |
||
procedure ApplyClicked; virtual; |
|
|
constructor Create(); override; |
|
Public method to create a FontDialog. |
destructor Destroy; override; |
|
|
published |
||
property Title; |
|
Specifies the caption of the dialog. |
|
Property to store the chosen font. |
|
property MinFontSize: Integer; [rw] |
|
|
property MaxFontSize: Integer; [rw] |
|
|
property Options: TFontDialogOptions; [rw] |
|
A set of options available from TFontDialogOptions |
property OnApplyClicked: TNotifyEvent; [rw] |
|
|
property PreviewText: String; [rw] |
|
The text displayed in the preview pane of the dialog. |
end; |
|
Font Dialog |
|
| | ||
|
TCommonDialog : the base type from which other dialogs are derived |
|
| | ||
TLCLComponent |
||
? | ||
TObject |
Font Dialog: opens a dialog allowing choice of a font for textual displays
lazarus-ccr.sourceforge.net |