ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

FontUnderlined (Property)
The FontUnderlined property is used to: Determine if the text is underlined. Underline (or not) a text....
FontStrikeOut (Property)
The FontStrikeOut property is used to: Determine if the text displayed is struck through. Apply strikethrough formatting (or not) the text displayed in a control....
FontBold (Property)
The FontBold property is used to: Determine if the text is bold. Change the weight of the text....
FontItalic (Property)
The FontItalic property is used to: Determine if the text is italicized. Apply or remove italic formatting from the text....
The Edit control
The Edit control allows users to enter data......
Step 1: Choosing the deployment profile
The setup program creation wizard allows you to select the deployment profile to use......
Category (Property)
The Category property gets and sets the category of an element.
Printing in PDF format: Special cases
Specific features of print in PDF format...
Automatic completion
The automatic completion helps you write WLanguage code in your applications......
FontCondensed (Property)
The FontCondensed property is used to: Determine if characters in a text are condensed. Condense (or not) the characters in a text....
FontExtended (Property)
The FontExtended property is used to: Find out whether the spacing between characters in a text is increased. Increase the spacing between characters in a text....
FontLarge (Property)
The FontLarge property is used to: Find out whether the characters in a text are enlarged or not. Enlarge (or not) the characters in a text....
WEBDEV Application Server remote control functions (prefix syntax)
The following functions are used to manage users and connections on a WEBDEV Application Server, using prefix syntax:
UI modifiable by the end user
By default, WINDEV applications allow end users to modify the interface of the application......
InternetConnected (Function)
Defines whether an Internet connection is enabled on the current computer. In mobile, you can also be notified when the status of the Internet connection changes.
Viewing a window in 3 dimensions
Your window contains overlapping controls?......
FontCharset (Property)
The FontCharset property is used to: Find out the character set used by the screen fonts of a control. Modify the character set used by the screen fonts of a control....
ActionClick (Property)
The ActionClick property is used to define the procedure executed when an element is clicked.