ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Compile
The Compile keyword can correspond to: the Compile function, which dynamically compiles a procedure whose source code is specified.. the <COMPILE IF> statement, which allows you to compile WLanguage code according to a condition (mainly used to compile code according to a platform or configuration type)....
Developing applications in Universal Windows 10 App mode
WINDEV and WINDEV Mobile allow you to develop applications for Windows 10 tablets and for Windows Phone 10 and Windows 10 phones (Universal Windows 10 App applications)......
HEndNoDatabaseAccess (Function)
Re-allows the access (which means the connection) to one or more databases accessible via a connection.
Reuse code via external components
WINDEV Tutorial: External components Reusing code with external components - 40 min
ArraySwapLine (Function)
Used to swap two rows in a two-dimensional array or in an advanced array property.
SwapLine (Function)
Used to swap two rows in a two-dimensional array or in an advanced array property.
Zombie procedures
In most cases, old code contains procedures that are used but that do no longer match the current quality standard......
Geolocation functions/GPS
The following functions are used to handle geolocation data and to control GPS devices......
Preset page templates
The preset page templates provide some structures of pages corresponding to a wide range of sites and they also improve the re-usability and the graphic harmony between the projects......
Window templates and inheritance
When a window template is applied to a window, all the controls and code in the template are "copied" to the window......
Consuming a web service
WINDEV Tutorial: Consuming a web service Consuming a web service - 10 min
dAlphaBlend (Function)
Blends two images together. This allows you to create fade-in effects between 2 images.
Transfer (Function)
Copies a block of bytes or a fixed-length string from a memory address into another one.
WDXView: Overview
WDXView is an ActiveX browser......
TriState (Property)
The TriState property is used to: Determine if a check box option supports 3 or 2 states. Determine if a TreeView control uses 3-state or 2-state check boxes. Change the type of an option in a check box: option with 3 states or with 2 states....
Modbus constants
Constants used by the Modbus management functions....
grStartAngle (Function)
Sets the starting angle of the first section in the following types of chart: Pie, Semi-circular or Donut. Sunburst. Radial Bar chart....
ManageRTF (Property)
ManageRTF is used to configure the management mode of the RTF format in a full-text index.
Global and local variable
Two types of variables are available......
TreeSelectCount (Function)
Returns the number of selected elements in a TreeView control (for a multi-selection TreeView control).
ManageHTML (Property)
ManageHTML is used to configure the management mode of the HTML format in a full-text index.
HRecreateSubscriberReplica (Function)
Re-creates the description file of a subscriber replica (universal replication only) according to the information of the master replica (.RPM and.SYN files).
<Chart>.StartAngle (Function)
Sets the starting angle of the first section in the following types of chart: Pie, Semi-circular or Donut. Sunburst. Radial Bar chart....
AndroidActivityResultProcedure (Function)
Allows you to specify the procedure to be called to get the result returned by a third-party Activity.
Control templates and inheritance
When a control template is applied to a page or to a window, all controls and code found in the template are "copied" into the page or window......