ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Drawer control properties
List of properties associated with the Drawer control...
NumToString (Function)
Converts a numeric value (integer, real or currency) to a string according to a specified format.
dFont (Example)
Usage example of the dFont function
Language (Property)
The Language property gets and sets the language used.
fDriveInfo (Function)
Returns information about a drive.
Table control populated programmatically: WLanguage
Here is an overview of how to handle Table controls populated programmatically in WLanguage....
Constants for managing Map controls
Constants for managing Map controls...
EpochToDateTime (Function)
Converts a date and a time in Epoch format (number of time units since 01/01/1970 at 00h00 UTC) to a local datetime....
UI compilation errors
UI compilation errors indicate the possible problems detected in your interfaces whenever a window, a page or a report is saved or whenever the project is recompiled......
BurnerProperty (Function)
Used to find out and modify the properties of the current burner.
EmailCheckAddress (Function)
Checks the validity of an email address.
PageParameter (Example)
Usage example of the PageParameter function
Display modes, transparency and symmetry of an image
An image can be displayed in a window, a window control, a report control, a page control or a block according to several display modes....
HTTP constants
List of constants used by the HTTP functions....
GglPrintDocument (Function)
Prints a document (text or PDF file, images, Word or Excel document, ...) by using the Cloud Print service of Google.
InitialContent (Property)
The InitialContent property gets the initial content: of a List Box control populated programmatically. of a Combo Box control populated programmatically. of a "List of values" column in a Table control. in a Spreadsheet control....
Memory (Property)
The Memory property determines if the specified control is populated programmatically or is based on a table.
DocToPDF (Function)
Converts a Word Processing document into a PDF file.
DeleteLine (Function)
Deletes a line at a given position: from a two-dimensional array. from the advanced array property (array of gglCalendar events, etc.)....
ArrayToCSV (Function)
Converts a one-dimensional array or a two-dimensional array into a character string in CSV format.