ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

LOOP statement
The statement block is repeated endlessly...
WHILE statement
In a WHILE statement, the expression is evaluated at each beginning of the block of statements...
Sliding window (sliding menu)
The sliding windows (also called sliding menus) are often used in the mobile applications......
Constants for managing Map controls
Constants for managing Map controls...
NumToString (Function)
Converts a numeric value (integer, real or currency) to a string according to a specified format.
Creating a skin template from an existing skin template
You can create a skin template from an existing skin template (provided by PC SOFT, for example)......
Tips for developing a site for an iPhone or for a BlackBerry
WEBDEV allows you to develop sites for all types of devices......
ListInsert (Function)
Inserts an element into a List Box, ListView or Combo Box control populated programmatically.
BCToImage (Function)
Generates the image of a bar code.
16. Protecting access to the site: passwords
CtDatabase (Property)
The CtDatabase property is used to set the OLE DB data source when connecting to a specific table via OLE DB.
CtOLEDBProvider (Property)
The CtOLEDBProvider property is used to get and set the name of the OLE DB provider (also called OLE DB server).
diagHead (Type of variable)
The diagHead type is used to define all the advanced characteristics of an end of a connector in a diagram.
Table,Insert (External language)
Inserts an element into a table at a given position.
dEndDrawing (Function)
Deletes all the drawings made since the last call to dStartDrawing.
Importing a WEBDEV project into WINDEV
...WINDEV proposes a feature for importing WEBDEV sites or WEBDEV pages....
Push notification: Android configuration (Firebase)
From WINDEV Mobile 22 Update 1 (version 220052), the Push notifications in Android are using the Firebase platform (instead of Google Cloud Messaging)......
Operating mode of HFSQL application
A HFSQL application can operate in network mode or in Client/Server mode......
Large (Property)
Large is used to: Find out whether a Font variable is enlarged. Enlarge (or not) a Font variable. This property is kept for backward compatibility....
SocketClientInfo (Function)
Allows the server to get information about the current client socket.
InWindowsMobileMode (Function)
Indicates whether the code is run: from a Windows Mobile application. from a WINDEV application, from a WEBDEV site or from a PHP application. Function kept for backward compatibility....
xlsNbColumns (Function)
xlsNbColumns is kept for backward compatibility only.
Debugger: Running a project step by step
Running a project step-by-step allows you to start the debugger when launching the application......
Constants used by ExecutePresetAction
List of constants used by ExecutePresetAction....
FishEye
The "FishEye" effect is used to enlarge a section of editor graphs (analysis graph, UML graph, ......
HExtractMemo (Example)
Usage example of the HExtractMemo function
ArrayIntersect (Function)
Returns an array corresponding to the intersection of two arrays.