ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Printing a report in WINDEV
When creating a report, the test of this report can be run from the report editor......
UUEncode (Function)
Encodes a character string according to the UUEncode algorithm.
SemaphoreDestroy (Function)
Explicitly destroys a semaphore.
iPageHeightLeft (Function)
Calculates the available height (in millimeters) left on the current page while taking into account the defined margins (top or bottom).
Device panel
In WINDEV Mobile, you can create applications that adapt to all devices, by setting anchors on the controls......
AllowActionBarHiding (Property)
The AllowActionBarHiding property automatically hides the Action Bar.
Events associated with TreeView controls
List of events associated with TreeView controls...
fWriteLine (Example)
Usage example of the fWriteLine function
KeyExpression (Example)
Usage example of the KeyExpression property
WDSQL: Converting the structure of an HFSQL database
WDSQL is used to convert the structure of an HFSQL database into SQL script......
BREAK statement/"BREAK:" label
The keyword BREAK can correspond: to the BREAK statement: it allows you to exit a set of instructions and run the rest of the current process. to the BREAK label: it allows you to declare a section of code in a loop. This code will be run when exitingfrom the loop with a "BREAK" statement....
Creating an executable: Language of the executable
When creating the executable, you have the ability to choose the languages that will be included in the executable......
ThreadCurrent (Function)
Returns the name of the thread currently run.
Constants for the geo-localization functions
Constants used by the geo-localization functions...
xlsNbColumn (Example)
Usage example of the xlsNbColumn function
EmailReadMessageHeader (Function)
Reads the header of an incoming email according to the protocol used (POP3 or IMAP, Lotus Notes or Outlook).
xlsNbRow (Example)
Usage example of the xlsNbRow function
xlsColumnTitle (Example)
Usage example of the xlsColumnTitle function
1. Installing an application on Android, iOS, etc.
There are multiple methods to install a WINDEV Mobile application...
KanbanDisplay (Function)
Refreshes a Kanban control or a card in the Kanban control.
SpreadsheetClose (Function)
Closes the XLSX document that was opened by SpreadsheetLoad.
sfLeadConvert (Type of variable)
The sfLeadConvert type is used to describe the conversion parameters of a lead...
xlsData (Example)
Usage example of the xlsData function
gglMapParameter (Type of variable)
The gglMapParameter type is used to define the advanced characteristics of a map...
Type (Example)
Usage example of the Type property