ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WDTestSite: Creating a scenario
To create a scenario, the following elements must be installed on the current computer......
7. Dynamic site on specific configurations
UnicodeToAnsi (Function)
Converts: a UNICODE string to ANSI (Windows). a buffer containing a UNICODE string to a buffer containing an ANSI string (Windows)....
fExtractPath (Function)
Returns the different elements of a path: disk, directories, name and extension of the file.
Printing a report (iPhone/iPad, Android or Universal Windows App)
When creating a report, the test of this report can be run from the report editor......
CONTINUE statement/"CONTINUE:" label
The CONTINUE keyword can correspond: to the CONTINUE instruction. It allows you to go back to the beginning of the first iteration without finishing the code of the current iteration. to the CONTINUE: label. It allows you to declare a common code in a loop....
dbgCheckNull (Function)
Checks whether an expression is Null in assertive programming and in automated test mode.
dbgCheckNotNull (Function)
Checks whether an expression is not Null in assertive programming and in automated test mode.
WordCount (Function)
Returns the number of words in a string.
Power (Function)
Raise a number to a power.
BTStack (Function)
Returns the Bluetooth stack currently used.
NbLinesPerPage (Property)
The NbLinesPerPage property is used to: Get and set the maximum number of Table rows per page. Get and set the maximum number of Looper rows per page....
fWriteLine (Example)
Usage example of the fWriteLine function
zipExtractFile (Example)
Usage example of the zipExtractFile function
grSunburstRootSection (Function)
Changes or specifies the path of the root in a Sunburst chart.
Sound (Function)
Plays a sound in WAV format.
Flexbox control properties
You can manipulate Flexbox controls in a page using the following WLanguage properties......
SchedulerAddAppointment (Function)
Adds a new appointment into a Scheduler control.
HTMLAttribute (Property)
The HTMLAttribute property reads and changes the HTML attributes of the control.
EmailReadNext (Example)
Usage example of the EmailReadNext function
PageAddress (Function)
Used to find out the Internet address of a page.
WDTrans: Delete the records in transaction
Transforms all the records "in transaction" into "normal" records if these records do not belong to a transaction currently in progress......
dbgCheckEqual (Function)
Checks whether the expressions are equal in assertive programming and in automated test mode.
The UAC mechanism in Windows Vista (and later)
To increase security against worms and viruses, Windows Vista/7 implemented the UAC (User Account Control) mechanism......
ListPosition (Function)
Displays a List Box or ListView control from a specified element or returns the index of the first element displayed in a List Box control (if the scrollbar was used).