ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

iDidotFont (Function)
Selects the unit to be used for font height (created with function iCreateFont): DIDOT point or PICA point.
FontSelect (Function)
Opens the standard Windows font selection window by selecting the specified font.
grLabelFont (Function)
Modifies the font used for the category labels of a chart.
Condensed (Property)
The Condensed property is used to:
  • Determine whether a Font variable is condensed.
  • Condense a Font variable.
This property is kept for backward compatibility.
Large (Property)
The Large property allows you to:
  • Find out whether a Font variable is enlarged.
  • Enlarge (or not) a Font variable.
This property is kept for backward compatibility.
Extended (Property)
The property Extended allows you to:
  • Find out whether a Font variable is extended.
  • Extend (or not) a Font variable.
This property is kept for backward compatibility.
<Image>.Font (Function)
Declares the font to be used by the dText function in an Image control.
<WDPic variable>.Font (Function)
Declares the font to be used by the dText function in a WDPic type variable.
<picLayer variable>.Font (Function)
Declares the font to be used by the dText function in a picLayer type variable.
StrikeOut (Property)
The StrikeOut property is used to:
  • Determine whether the strikethrough formatting is applied to a Font variable.
  • Apply strikethrough formatting to a Font variable.
<Chart>.LabelFont (Function)
Modifies the font used for the category labels of a chart.
Referring to an element in a WLanguage event / process
Charset (Property)
The Charset property is used to:
  • Get the character set used by a Font variable.
  • Change the character set used by a Font variable.
  • Get the character set used by an HFSQL data file.
grTitleFont (Function)
Modifies the font used for the chart title.
<Chart>.TitleFont (Function)
Modifies the font used for the chart title.
iPrintWord (Function)
Sends the character string passed in parameter to the print buffer.
<Chart>.LegendFont (Function)
Modifies the font used for the chart legend.
grLegendFont (Function)
Modifies the font used for the chart legend.
Font (Variable type)
A Font variable creates a font programmatically...
Font (Property)
The Font property is used to
  • Get the identifier of the font used in a control in a report, page or window.
  • Change the font used in a control in a report, page or window.
<Image variable>.Font (Function)
Declares the font to be used by the dText function in a Image type variable.
Orientation (Property)
The Orientation property is used to:
  • Get the angle (in degrees) of a Font variable.
  • Modify the angle (in degrees) of a Font variable.
dFont (Function)
Declares the font to be used by the dText function:
  • in an Image control,
  • in an Image variable,
  • in a WDPic variable (on the background layer),
  • in a picLayer variable.
iAreaHeight (Function)
Calculates the height of a fixed-width area required to print the entire text that uses the current font.
XamlProperty (Function)
Used to find out and modify the value of a .Net property for an Xaml control or for a Carousel control.
<XAML>.Property (Function)
Allows you to find out and modify the value of a .Net property for an Xaml control or for a Carousel control.
iCreateFont (Function)
Creates a new print font.
FontMinSize (Property)
The FontMinSize property gets and sets the minimum size of the font used in a Static Text control with the "Reduce font" option.
<Chart>.AxisTitleFont (Function)
Modifies the font used for the titles of the chart axes.
grAxisTitleFont (Function)
Modifies the font used for the titles of the chart axes.
Watermark (Variable type)
The Watermark type is used to handle the text printed in watermark in the reports created with the report editor or programmatically.
iConfigure (Function)
Configures the printer for a print performed in WLanguage:
  • by opening the configuration window.
  • by modifying the printer used for the current print.
iPrint (Function)
Sends the character string passed as parameter to the print buffer.
Style properties (help system)
To edit the styles available in the current help system, select "Help system...
RTFSelection (Function)
Modifies or lists the attributes of the text currently selected in an RTF field (in a WINDEV window or report).
1
2