The FontDialog class implements the FontDialog development environment component that is a standard dialog of color selection.
| Property name | Brief description | |
| The Device property determines what fonts should be included in the list of available fonts during initialization of font selection dialog. | ||
| The Font property determines the font that was selected in the dialog. | ||
| The MaxFontSize property determines the maximum size of font that can be used for the font selected in the dialog. | ||
| The MinFontSize property determines the minimum size of font that can be used for the font selected in the dialog. | ||
| The Options property determines additional parameters of the dialog. |
| Property name | Brief description | |
| ComponentCount | The ComponentCount property returns the number of child components, located on the parent component. | |
| Components | The Components property returns child property, the index of which is passed by the input parameter. | |
| Data | The Data property is used to store any custom data. | |
| Name | The Name property specifies the component name. | |
| Tag | The compiler does not use the Tag property. A user can change the value of the Tag property and use it as he wishes. |
| Method name | Brief description | |
| The Execute method initializes the dialog and returns the user selection result. |
| Event name | Brief description | |
| OnApply | The OnApply event occurs when the user presses the Apply button of the font selection dialog. |
See also: