Specifies the font name.
Declaration
TFontObj.Name
Read-Only Property | String |
TFontObj | A TFont object |
Description
The TFont.Name
property lets you obtain or set the name of the font used to display the text within the form component.
Return Value
A string holding the font name.
Remarks
When setting the value of the TFont.Name
property in the User Forms editor, you can type the font name manually or select the desired font from the dropdown list. You can also select the font in the standard Font dialog when you press the ellipsis button within the Font
cell.