ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Standard functions / Windows functions / Miscellaneous WINDEV functions
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
LargeFontFactor (Function)
In french: FacteurGrandePolice
Returns the current enlargement ratio of a WINDEV window (only if Windows is in "large fonts" mode).
WEBDEV - Server codeWindows This function is available only to simplify the Webification of WINDEV projects.
Example
// Enlarge the "EDT_CustomerName" edit control
// according to the enlargement ratio of the window
EDT_CustomerName.X = EDT_CustomerName.X * LargeFontFactor()
EDT_CustomerName.Width = EDT_CustomerName.Width * LargeFontFactor()
Syntax
<Result> = LargeFontFactor([<Window used>])
<Result>: Real
  • Current enlargement ratio of the specified window.
  • 1 if:
    • Windows is not in "large fonts" mode,
    • the window is not enlarged in large fonts.
  • 0 if an error occurs.
WEBDEV - Server code This parameter always corresponds to 1.
<Window used>: Optional window name
Name of the window to be used. If this parameter is not specified, the current window will be handled.
Component: wd290obj.dll
Minimum version required
  • Version 9
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help