Create(TPersistent,TFontName,Integer) Constructor
In This Article
Creates a new instance of font settings for the specified parent settings object.
#Declaration
Delphi
constructor Create(AOwner: TPersistent; const ADefaultName: TFontName; const ADefaultSize: Integer); reintroduce; overload;
#Parameters
Name | Type | Description |
---|---|---|
AOwner | TPersistent | The parent object for the created instance of font appearance settings. In DevExpress products, the parent for a Tdx |
ADefault |
TFont |
The default font typeface. This parameter value initializes the Name property. |
ADefault |
Integer | The default font size. This parameter value initializes the Size property. |
#Remarks
Warning
Call this constructor only if you use the Tdx
See Also