ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Delete (Reserved word)
The memory occupied by a dynamic object (array, class object, ...
New (Reserved word)
New is used to allocate memory space...
Detection (Property)
The Detection property is used to determine and change the automatic detection of incoming streams. If the stream detection is enabled, the streams allows the detection.
Trace (Function)
Displays the requested information (content of a control, for example) in a window opened next to the current window.
Native xBase/FoxPro Access: Specific features and remarks
This help page presents the specific features regarding the programming of Native xBase/FoxPro Access......
Describing the replication (ReplicEdit)
ReplicEdit is used to create a replication via a wizard, but the replication description window allows identifying or configuring additional parameters......
Installing a SOAP server with Apache
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.
GglListCalendar (Function)
Retrieves the list of Google calendars associated with the specified Google account.
HFilter (Function)
Defines and enables a filter on a data file, view or query.
HReadSeek (Example)
Usage example of the HReadSeek function
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.
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......