ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

FOR statement
The statement block is repeated while a control variable is modified and compared to a limit value (before each beginning of statement block)...
Type of pages created by RAD
The page creation wizard shows different types of pages associated with HFSQL data files......
StackInfo (Function)
Retrieves the characteristics of a stack: types of elements and number of elements.
QueueInfo (Function)
Retrieves the characteristics of a queue: types of elements and number of elements.
InputMask (Property)
The InputMask property is used to: get the input mask. set the input mask (from the masks available for the type)....
Handling an Internal Page control through programming
The Internal Page control is used to display an existing internal page......
Alias type
The Alias type is used to declare and handle a logical alias for a data file or query.
OutgoingData (Property)
The OutgoingData property is used to determine and change the type of data emitted by the stream.
AnimationSetMode (Function)
Changes the type of animation: for an image in an Image control. for a text in a static control....
Advanced management of class instances
The advanced management of instances is used to choose the mode for taking reference. This choice directly impacts the freeing of the class objects: depending on the selected take of reference, the "Destructor" will not be called at the same time....
ServiceInstall (Function)
Installs a Windows service or a Linux daemon according to the information given in the members of the Service variable.
ScreenType (Function)
Returns the type of screen on which the application is run: phone, tablet, computer or watch.
Error 507: The '++' operator is not allowed
<Document variable>.StartModification (Function)
Indicates the start of a series of actions performed on a Document variable in a single event ("undo/redo")....
<Document variable>.EndModification (Function)
Indicates the end of a series of actions performed in a Document variable in a single event ("undo/redo")....
<Image variable>.DominantImageColor (Function)
Returns the dominant color (i.e. most frequent color) of an image found in an Image variable.
Handling an Internal Window control through programming
The "Internal Window" control is used to display an existing internal window......
Real-time chart
This type of chart is used to represent a permanent data flow in real time......
drag-and-drop operation set programmatically
The programmed Drag and Drop is used to entirely manage Drag/Drop between the different types of controls......
gFontItalic (Function)
Builds a sequence of characters used to specify whether or not the text that follows the call to this function is in italic type.
xxWDGetReturnValue
Used to retrieve the return value further to a call to nWDEvaluate, nWDExecute or nWDExecuteEx......
WINDEV Mobile 2024: New WLanguage features
In version 27, new functions, properties and data types have been introduced and some have been improved......
Error 20: The variable of the FOR loop should be a real
zipAddFile (Function)
Adds a file (of any type) into an archive in CAB, ZIP, WDZ and 7z, TAR or TGZ (TAR.GZ) format and compresses it.
ListInfo (Function)
Retrieves the characteristics of a WLanguage list: types of elements and number of elements.