ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

RealToDateTime (Function)
Converts an 8-byte real to a date and time.
FontMinSize (Property)
The FontMinSize property is used to get and change the minimum size of the font used in a Static control with the "Reduce font" option.
PageEndStick (Property)
The PageEndStick property is used to: Determine the page footer should be right below the last block. Change the page footer block options....
iFont (Function)
Selects the default font.
FontCreate (Function)
Creates a font definition.
Italic (Property)
The Italic property is used to: Find out whether a Font variable is in italic type. Modify the italic attribute of a Font variable....
DateTimeToReal (Function)
Converts a date and time to an 8-byte real.
ToastDisplay (Function)
Displays a "Toast" message.
<Array>.InsertLine (Function)
Inserts a row at a given position: into a two-dimensional WLanguage array. into an advanced two-dimensional array property (xlsDocument, etc.)....
Sort (Function)
Sorts a WLanguage array.
CountryList (Function)
Returns the list of all countries or countries of a given continent according to ISO 3166-1.
ArrayReverse (Function)
Reverses the content of a one-dimensional array.
Exchange operator (<=>)
The <=> operator is used to exchange the contents of two elements...
ArrayMoveLine (Function)
Allows you to: move a row in a two-dimensional array or in an advanced array property. The other array rows are moved accordingly. swap two rows in a two-dimensional array or in an advanced array property....
ErrorPropagate (Function)
Propagates a non-fatal error that can be processed by the calling code if the management of non-fatal errors was enabled for this code (in the code editor or by ErrorChangeParameter).
The different types of buttons in a window
WINDEV and WINDEV Mobile include 5 types of buttons......
ArraySort (Function)
Sorts a WLanguage array.
Partial indexing of memos
You now have the ability to index the content of a text memo item......
iColumnEnd (Function)
Forces a column break in a multi-column report.
TitleHeader (Property)
The TitleHeader property is used to: Get the title and aspect of a column title-header (Table or TreeView Table control). Get the number of column title-headers (Table or TreeView Table control). Change the title and aspect of a column title-header (Table or TreeView Table control)....
Declaring the functions of the Windows API
Syntax for declaring the functions of the Windows API...
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....
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....
Windows event management functions
List of functions for managing Windows events...
Handling Sidebar controls programmatically
WINDEV and WINDEV Mobile allow you to handle Sidebar controls programmatically......