ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

7. Dynamic site on specific configurations
Spin control properties
List of properties associated with the Spin control...
TreeMap control properties
A TreeMap control can be handled in a window by the following WLanguage properties.
HSaveParameter (Function)
Saves a persistent value on the HFSQL server.
SQLGetMemo (Function)
Retrieves the content of a Memo column from the query result, for the current row.
EmailReadFirst (Example)
Usage example of the EmailReadFirst function
Warning 18: Loop without potential end
apDisableAction (Function)
Disables the execution of an action found in an action plan.
LooperModifyLine (Function)
Changes the values of the attributes in a row of a Looper control based on a data file or populated programmatically.
Range Slider control properties
The following properties are associated with the Range Slider control:...
Scrollbar control properties
List of properties associated with the Scrollbar control...
fWriteLine (Example)
Usage example of the fWriteLine function
Carousel control properties
List of properties associated with the Carousel control...
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....
WDTestSite: Creating a scenario
To create a scenario, the following elements must be installed on the current computer......
zipExtractFile (Example)
Usage example of the zipExtractFile function