ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage properties / Properties associated with windows, pages and controls
  • Limitations
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
The FontSize property is used to:
  • Identify the size of the font used in a control.
  • Change the size of the font used in a control.
Example
// Change the size of the font used in "EDT_CustomerName"
EDT_CustomerName.FontSize = 16
Syntax

Identifying the size of the font used in a control Hide the details

<Result> = <Control used>.FontSize
<Result>: Integer
Size of the font used in the specified object.
<Control used>: Control name
Name of the control to be used.

Changing the size of the font used in a control Hide the details

<Control used>.FontSize = <Font size>
<Control used>: Control name
Name of the control to be used.
<Font size>: Integer
New size of the font used in the specified control.
Remarks

Limitations

Reports and Queries In a report, the FontSize property can only be used on:
  • a Static control.
  • a Calculated control.
  • a Preset control.
  • a Link control.
Minimum version required
  • Version 9
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 11/03/2022

Send a report | Local help