ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

4. Simple printing
WINDEV Tutorial: WINDEV application: Managing data Lesson 4 - Simple printing - 20 min
Constants for managing character strings
List of constants used by string management functions...
DndTarget (Property)
The DndTarget property determines and changes how a control behaves in a drag-and-drop operation.
RibbonCloseGrouping (Function)
Closes the group currently open in a Ribbon control.
ThreadWait (Function)
Waits for the end of the execution of the specified thread.
ThreadSuspend (Function)
Temporarily suspends the execution of the specified thread. Function not recommended.
2. Searching and iterating over records
WINDEV Tutorial: WINDEV application: Managing data Lesson 2 - Searching and iterating over records - 30 min
GglConnect (Function)
Manages authentication on a Google server (via the "OAuth 2.0" authentication mode).
6. Chart and Pivot Table
WINDEV Tutorial: WINDEV application: Managing data Lesson 6 - Chart and Pivot Table - 30 min
Overloading a WLanguage function or using a WLanguage function in an SQL query
WLanguage includes the "WL" keyword......
MapAddShape (Function)
Adds a new shape (polygon, line, circle) to the map displayed in a Map control.
Flexbox control description: Details tab
The "Details" tab of the Flexbox control description window allows you to define how the control reacts when the browser is resized horizontally or vertically......
docElement (Type of variable)
The docElement type is used to handle each element found in a docParagraph variable.
Search in the editors
Being able to perform a search in the editors significantly improves efficiency......
Debugging an external component
You have developed an external component and you want to debug it? The user of an external component sends an executable indicating that your external component does not operate? You are using your external component in another project and you want to debug it?......
Configure the setup program interface
To make the installation process more user-friendly, the setup wizard allows you to customize the interface of the setup program......
Deploying an iOS application
WINDEV Mobile tutorial: Deploying an iOS application 10 min
iLink (Function)
Adds a link to a URL address into the HTML page currently printed.
SchedulerTriggerProperties (Function)
Reads the properties of trigger of a scheduled task and updates the TriggerScheduledTask structure.
HExecuteSQLQueryAsynchronous (Function)
Executes an SQL query asynchronously.
fResourceDir (Function)
Returns the path of the read-only resources of the application.
picLayer (Type of variable)
The picLayer type is used to define all the advanced characteristics of a layer of an image loaded in a WDPic variable.
InputMask (Type of variable)
The InputMask type is used to define all the advanced characteristics of a custom input mask.
ThreadStopRequested (Function)
Checks if a stop request has been sent to the running thread.
Reuse code via external components
WINDEV Tutorial: External components Reusing code with external components - 40 min