|
|
|
|
|
FontName (Property) In french: PoliceNom
The FontName property is used to: - Identify the font used in a control.
- Change the font used in a control.
// Modify the font used in "EDT_CustomerName" control EDT_CustomerName.FontName = "Arial"
Syntax
Identifying the font used in a control Hide the details
<Result> = <Control used>.FontName
<Result>: Character string Name of the font used in the specified control. <Control used>: Control name Name of the control to be used.
Changing the font used in a control Hide the details
<Control used>.FontName = <New font>
<Control used>: Control name Name of the control to be used. <New font>: Character string New font used in the specified control.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|