ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

CtCacheSize (Property)
The CtCacheSize property is used to determine and change the maximum number of records that can be stored in the cache of the Native MySQL Connector.
MyInternalWindow (Reserved word)
MyInternalWindow is used to handle the current internal window.
The Switch control
Switch controls (also called "Toggle controls") are now commonly used in interfaces......
Lambda: Expressions and procedures
A lambda ("lambda function") is a more concise way to write internal procedures...
Page constants
List of constants used by page functions....
ServiceInstall (Function)
Installs a Windows service or a Linux daemon according to the information given in the members of the Service variable.
grAxisTitleFont (Function)
Modifies the font used for the titles of the chart axes.
grSeriesLabel (Function)
Initializes the label of a data series in a chart.
grType (Function)
Identifies or modifies the type of chart.
TotalNbRec (Property)
The TotalNbRec property is used to: Get the number of records to be printed. Change the number of records to be printed....
5. Creating a drop-down menu
WINDEV Tutorial: WINDEV application: Managing data Lesson 5 - Creating a drop-down menu - 30 min
MyPage (Reserved word)
MyPage is used to handle the current page...
XMLChild (Function)
Positions on the first child element of current element.
ControlInvisible (Function)
Makes a control (or a group of controls) invisible in a window. An animation can be set on the controls during this operation.
ParallelTaskExecuteAfter (Function)
Indicates a continuation parallel task that will be run when one of the specified parallel task is completed.
ParallelTaskExecuteAfterAll (Function)
Indicates a continuation parallel task that will be run when all the tasks found in an array of parallel tasks are ended.
The pages
Pages are the main interface of a WEBDEV site......
Consuming a web service
WINDEV Tutorial: Consuming a web service Consuming a web service - 10 min
Dynamic instantiation of object
An object can be dynamically associated with a class, we talk of dynamic instantiation of object......
FOR ALL/FOR EACH statement (browse of strings)
The FOR EACH statement is used to browse strings according to different methods...
SpeechRecognitionDeleteCommand (Function)
Deletes a voice command previously added with SpeechRecognitionAddCommand.
ThreadRequestStop (Function)
Sends a stop request to a thread.
xlsDocument (Type of variable)
An xlsDocument variable is used to describe and modify an Excel document...
Deploying an Android application
WINDEV Mobile tutorial: Deploying an Android application 10 min
Browser constants