ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

saasClient (Type of variable)
The saasClient type is used to define the advanced characteristics of a SaaS client account.
Procedure/Function
A procedure is used to associate an identifier with a statement block......
X (Property)
The X property is used to get and change the X-coordinate of an element.
Y (Property)
The Y property is used to get and change the the Y-coordinate of an element.
ExplorerRetrieve (Function)
Retrieves the number and the name of the files "dropped" from the explorer.
SQLTransaction (Example)
Usage example of the SQLTransaction function
OOP concepts
A class contains the description of a data structure (members) and the processes (methods) that handle this structure....
xlsCell (Type of variable)
An xlsCell variable is used to describe and modify a cell in an Excel document...
XMLDocument (Example)
Usage example of the XMLDocument function
PageDisplay (Function)
Displays a web page in the user's browser....
Passing parameters
The parameters can be passed to a procedure......
Compilation statement: IF ExecutionTarget
The <IF ExecutionTarget> compile statement allows you to compile or not compile a WLanguage code depending on the execution target.
PunctuationSensitive (Property)
The PunctuationSensitive property is used to determine if punctuation characters (comma, period, etc.) are taken into account in the different searches performed on the item (with HReadSeek, HReadSeekFirst and HReadSeekLast, for example).
EmulateActionBar (Function)
Emulates an Action Bar during the automated tests run on a mobile device (Android or iOS).
Operator on Address
The & operator returns the address of a variable as an integer
ToolTip (Property)
The ToolTip property gets and changes the tooltip text.
Alias (Property)
The Alias property gets the alias of an element.
sysNotificationInput (Type of variable)
The sysNotificationInput type is used to define all the advanced features of an input control, such as a text input or combo box control, in an interactive notification.
<Map>.DisplayPosition (Function)
Centers the map displayed in a Map control on a geographical position or on a specific location.
Other operators
The following are additional operators......
fCompress (Function)
Compresses a file.
Name (Property)
The Name property is used to get the name of an element.
PageByPagePrint (Property)
The PageByPagePrint property is used to: Ask a report to be printed page by page. Each page of the report will be sent separately to the printer spooler. Find out the print mode of the report (page by page or all at once)....
emailPOP3Session (Type of variable)
The emailPOP3Session type is used to access a messaging server by using the POP3 protocol (Post Office Protocol) in order to retrieve the messages found on this server.
URLEncode (Function)
Encodes a URL with a sub-set of ASCII characters.