ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

New (Reserved word)
New is used to allocate memory space...
Delete (Reserved word)
The memory occupied by a dynamic object (array, class object, ...
REST Webservices: Automatic deserialization of request
In a REST Webservice, an entry point can have several types......
MyControl (Reserved word)
The MyControl keyword represents the control that holds the process being executed.
HFilter (Function)
Defines and enables a filter on a data file, view or query.
Installing a SOAP server with Apache
GglListCalendar (Function)
Retrieves the list of Google calendars associated with the specified Google account.
Creating a WEBDEV project
A project is a logical set of elements and processes whose purpose is to accomplish a given objective......
AS/400: Development method
The Native AS/400 Connector simplifies access to AS/400 data from your WINDEV and WEBDEV applications......
BurnerAddDirectory (Function)
Adds all the files found in a directory to the compilation.
HReadSeek (Example)
Usage example of the HReadSeek function
HNotifConfigure (Function)
Specifies and configures the server used to send notifications by the HFSQL server.
The triggers
A trigger is a WLanguage procedure automatically called by the HFSQL engine whenever a modification is performed (addition, deletion, modification, ......
Search in the editors
Being able to perform a search in the editors significantly improves efficiency......
Adapting a website to support multiple languages
WEBDEV Tutorial - Managing multiple languages in a website Adapting a website to support multiple languages - 50 min
WDConver : Use in interactive mode
Before you start using WDConver, you must have......
HCS.FrameSize (Variable)
The HCS.FrameSize variable is used to resize the outgoing data frame.
2. Development
WINDEV Mobile Tutorial: Developing an Android and iOS application Lesson 2 - Development - 30 min
Handling the views of a window
To easily handle huge windows (that cannot be entirely displayed in the editor for example), WINDEV and WINDEV Mobile allows you to handle several views of the same window......
HForward (Example)
Usage example of the HForward function
HSetPosition (Example)
Usage example of the HSetPosition function
Page in Session mode: Populating controls after a long process
In a web application, you may need to run long processes (for example, to update counters......
Compiling a WINDEV Mobile project in Xcode
When the WINDEV Mobile project for iPhone/iPad is generated on the development computer, the generated files must be transferred onto a Mac in order to be compiled......
Thread management constants
List of constants used by the functions for managing threads, critical sections, semaphores, mutexes, ......
SQLCol (Function)
Retrieves the content of the specified column from the query result, for the current line.
HDescribeItem (Example)
Usage example of the HDescribeItem function
.NET application
To create a.NET application from a project......