ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

CallInterface (Function)
Runs a method of an interface of an object implemented in a DLL external to the WINDEV framework.
Deploying an iOS application
WINDEV Mobile tutorial: Deploying an iOS application 10 min
ShapeExtremitySize (Property)
The ShapeExtremitySize property is used to identify and change the size of the shape at the beginning and end of a Wire control.
Report based on a programmed data source
In a report on a programmed data source, the reading of the records that will be displayed in the report requires full programming in WLanguage......
Deploying an Android application
WINDEV Mobile tutorial: Deploying an Android application 10 min
LengthToString (Function)
Converts a size in bytes to a string with human-readable units such as kilobytes, megabytes or terabytes.
<Window>.FromFile (Function)
Automatically updates the controls in a window or page with: the values of the bound items in the current record (loaded in memory) of the data file described in the data model editor. the values of the bound WLanguage variables. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
<Source>.ToPage (Function)
Automatically updates the controls of a page with: the values of the bound items in the current record (loaded in memory) of the HFSL data file described in the data model editor. the values of the bound WLanguage variables. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
PageFromSource (Function)
Automatically updates the controls of a page with: the values of the bound items in the current record (loaded in memory) of the HFSL data file described in the data model editor. the values of the bound WLanguage variables. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
Native PostgreSQL Connector: Programming with SQL functions
You can use SQL functions to handle the PostgreSQL database......
Native MySQL Connector: Programming with SQL functions
The SQL functions can be used to handle the MySQL database......
2025 new features brochure: WINDEV new features
What's new in WINDEV 2025 in the What's new 2025 brochure....
Multi-touch support
A multitouch feature is a technique allowing the user to interact with a device via several contact points (the fingers are used in most cases)....
4. Android and iOS windows
The UI (User Interface) of an application is mainly composed of windows....
UI modifiable by the end user
By default, WINDEV applications allow end users to modify the interface of the application......
WEBDEV administrator: Advanced configuration
The "Advanced" tab is used to configure the advanced features at server level......
NoSpace (Function)
Returns a character string without the space characters: from the left and right side of the initial string. within the string....
Socket: Creating a simplified socket server
WINDEV gives you the ability to create a simplified socket server......
TraceStart (Function)
Opens the trace window or saves the trace information in a text file.
Deploying an application that uses an external component
An application that uses one or more external components is deployed in the same way as a standard application......
Creating a .NET assembly that can be accessed using COM
To create a.NET assembly accessible by COM, you must......