ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Associative array (Variable type)
An associative array is an "advanced" type of array...
FOR EACH/FOR ALL statement (browse of associative arrays)
The FOR EACH statement is used to perform different types of browse on the associative arrays...
Functions for managing arrays (prefix syntax)
List of functions for managing arrays
Array functions
List of functions for managing arrays
The Layout control
The Layout control simplifies the implementation of dynamic UIs where controls are displayed and/or hidden programmatically......
Remote WEBDEV administrator: Create a WEBDEV account
The management of accounts is accessible in the remote administrator for the server administrator only....
Creating and generating an external component
A component must be created from a project containing all the elements required for the component......
Controls that can be moved in a page
WEBDEV proposes two modes for moving controls in a page......
Stored procedures and queries (HFSQL Client/Server)
The stored procedures are used to simplify the development and the maintenance of your applications by factorizing the code......
9. Internal page
ControlClone (Function)
Creates a new control from an existing control.
WEBDEV and Google Analytics
Google Analytics is a very popular tool for measuring site traffic......
".STY" file: "Style sheet" file
A style sheet is a "......
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
The RTF edit control: Automatic formatting toolbar
In RTF Edit controls, a formatting toolbar can now be automatically displayed when the control becomes editable......
Events associated with an Ad control
WINDEV Mobile manages the following events by default (in order of appearance in the code editor):
CoordinateEditorToScreen (Function)
Converts a size or a position specified in the reference dpi in the editor (160 dpi) to the native dpi of screen on the device where the application is run.
WDAPI: Converting a declaration of C function or structure
WDAPI is used to convert a declaration of C function or structure into a declaration of WLanguage function or structure......
Select query description window: Use
Let's see some operations specific to the description window of a select query......
H.SQLServerMode (Variable)
Allows you to specify the version of the Native SQL Server Connector that will be used.
xlsData (Function)
Retrieves the content of a cell found in an XLS file.
RGBGreen (Function)
Returns the green component of an RGB color.
RGBRed (Function)
Returns the red component of an RGB color.
RGBBlue (Function)
Returns the blue component of an RGB color.
ToastDisplayPopup (Function)
Displays a popup page during a given duration in order to display a "Toast" message.
iEllipse (Function)
Prints an ellipse (in a rectangle).
Native SQLite Connector: Specific features and remarks
The following paragraphs present the main aspects and specific features of the Native SQLite Connector.
Compatibility between external components and deployed applications
A component can evolve in many ways......
Reuse code via external components
WINDEV Tutorial: External components Reusing code with external components - 40 min