ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Compile (Example)
Usage example of the Compile function
WDTRAD options
Custom style sheet
When creating a project, a blank custom style sheet is created and associated with the current project......
1. Creating a WEBDEV project and its analysis
WEBDEV Tutorial - Creating a WEBDEV project and its analysis Lesson 1 - Creating a WEBDEV project and its analysis - 5 min
5. Creating a drop-down menu
WINDEV Tutorial: WINDEV application: Managing data Lesson 5 - Creating a drop-down menu - 30 min
1. Creating a WINDEV project and its analysis
WINDEV Tutorial: Creating a WINDEV project and its analysis Lesson 1 - Creating a WINDEV project and its analysis - 5 min
DocEndModification (Function)
Signals the end of grouping for a set of operations in a single event (management of "undo/redo")....
CreateShortcut (Example)
Usage example of the CreateShortcut function
Testing a static page
The test of a single page allows you to run the current page in WEBDEV......
Enlarging a window
Modern UIs generally use larger windows and larger fonts in the different controls......
CancelAWPContext (Function)
Deletes from the AWP context a variable that was added by DeclareAWPContext.
SOAPToHTTP (Function)
Builds the HTTP request to call a function of a Webservice. This request can be modified to adapt it to the expectations of the Webservice, if necessary. It can then be sent using HTTPSend.
Creating the executable and the setup program
WINDEV Tutorial - Deploying an application Creating the executable and the setup program - 30 min
EmulateInput (Function)
Performs an input by emulation in a control while checking whether this control is an editable control.
Creating your own User Macro-Codes
The User Macro-Codes are sections of WLanguage code allowing the end user to customize his application......
Code history
The code history is used to......
Report based on a data file
A report based on a data file is used to print the records coming from a single data file (HFSQL Classic or Client/Server, accessed via a Native Access, ......
WDLog: Saving HFSQL data files
WDLog allows you to save all the HFSQL data files used by a WINDEV or WEBDEV application......
Gesture variable
The Gesture variable is used to retrieve the gesture parameters (swipe)......
MemModify (Function)
Modifies an element in a memory zone.
dArc (Example)
Usage example of the dArc function
Developing applications for Android
WINDEV Mobile allows you to develop applications for the Android operating system......
The Table control
The Table control is used to simplify the display and the input of information stored in memory or coming from a data file, a view or a query......
Handling TimeLine controls programmatically
A TimeLine control can be......
dCopyWindowImage (Function)
Copies the image from a WINDEV window to an Image variable or to an Image control.