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

WINDEVUniversal Windows 10 App In a report, the FontSize property can only be used on:
  • a Static control.
  • a Calculated control.
  • a Preset control.
  • a Link control.
WINDEV In a window, the FontSize property cannot be used on:
  • a Spin control,
  • a Web Camera control,
  • a Conference control.Remark: This property applies to the "ListView" controls in "List Box" display mode only.
Java The FontSize property applies only to the following elements:
  • Button,
  • Static,
  • Combo Box,
  • TreeView,
  • Table column.
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