ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

MemoryFormat (Property)
The MemoryFormat property is used to get and change the format of the value returned for: Date or Time edit controls. Date or Time table columns. Calendar controls. Static controls. editable combo boxes. table columns displayed by combo boxes....
Constants for the archiving functions
List of constants used by the archiving functions....
User login: User Groupware
WEBDEV Tutorial - User Groupware User login: User Groupware - 20 min
Email (Type of variable)
The Email type is used to handle the email content as well as the associated information.
2. Listing products
WEBDEV Tutorial - Creating a website with back office processes Lesson 2 - Listing products - 50 min
HTMLToRTF (Function)
Converts an HTML string or an HTML buffer to an RTF string.
SensorDetectBeginShake (Function)
Notifies when the device is shaken in any direction.
SensorDetectEndShake (Function)
Notifies when the device has been shaken in any direction.
GesturePosX (Function)
Returns the horizontal position of the pointer (finger or stylus).
GesturePosY (Function)
Returns the vertical position of the pointer (finger or stylus).
Country (Type of variable)
The Country type is used to find out the characteristics of a country.
Native Sybase Connector for WINDEV and WEBDEV
WINDEV and WEBDEV propose an optional Native Connector to Sybase (also called Native Access to Sybase......
Printing duplicate copies
For legal reasons, it may be useful to keep an identical copy of a report (an invoice for example)....
gAlignment (Function)
Builds a sequence of characters containing an aligned text or an aligned image.
The OLE control
The OLE control is used to handle an OLE object......
FOR EACH/FOR ALL statement (browse of arrays)
The FOR EACH statement is used to perform different types of browse on the arrays...
Monitoring robot: Creating a check
The monitor of the monitoring robot is used to create the different checks that must be performed by the monitoring robot......
Native SQL Server Connector: Programming with SQL functions
The SQL functions can be used to handle the SQL Server database......
Using WDMSG
The different steps for translating the project messages with WDMSG are as follows:...
Detailed use of WINDEV FTP/RPC
ComponentLoad (Function)
Loads an external component. This component can be: an external component present in the current project. an external component independent of the current project....
Setup of a WEBDEV site: Creating library
A library (file with a WDL extension) is used to group the resources of the project (pages, queries, ......
Advanced management of class instances
The advanced management of instances is used to choose the mode for taking reference. This choice directly impacts the freeing of the class objects: depending on the selected take of reference, the "Destructor" will not be called at the same time....
SQLite: Programming with HFSQL functions
To use an SQLite database with Native Connector (also called Native Access), the structure of SQLite tables must be imported into the data model editor....
Printing the content of a TreeView Table (AAF)
TreeView Table controls include an automatic context menu that allows users to perform multiple actions on the data displayed in the control......