[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 351
type TFontDialog = class(TCommonDialog) end; |
||
protected |
||
class procedure WSRegisterClass; override; |
|
Registers this component class with the current WidgetSet. |
function DefaultTitle; override; |
|
DefaultTitle - returns the default title for a dialog |
public |
||
procedure ApplyClicked; virtual; |
|
ApplyClicked - software emulation of the OnApplyClicked event |
constructor Create(); override; |
||
destructor Destroy; override; |
|
|
published |
||
property Title: TTranslateString; |
|
The Title or Caption to be shown at the top of the dialog box |
|
Property to store the chosen font. |
|
property MinFontSize: Integer; [rw] |
|
MinFontSize - minimum size for the font |
property MaxFontSize: Integer; [rw] |
|
MaxFontSize - maximum size for the font |
property Options: TFontDialogOptions; [rw] |
|
A set of options available from TFontDialogOptions |
property OnApplyClicked: TNotifyEvent; [rw] |
|
OnApplyClicked - event handler for a click on the Apply button (ie the user wishes to apply the selected font) |
property PreviewText: string; [rw] |
|
The text displayed as an example in the preview pane of the dialog, using the selected font |
|
Font Dialog |
|
| | ||
|
TCommonDialog : the base type from which other dialogs are derived |
|
| | ||
|
The base class for LCL components associated with widgets. |
|
| | ||
TComponent |
||
? | ||
TObject |
Font Dialog: opens a dialog allowing choice of a font for textual displays
lazarus-ccr.sourceforge.net |