ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Conversion (Function)
Converts a value from a unit to another one.
DateTimeTimeZoneToLocal (Function)
Converts a date and time from a particular time zone to a local date and time.
DateTimeLocalToTimeZone (Function)
Converts a local date and time to the date and time in a particular time zone.
GetGUID (Function)
Calculates a globally unique identifier (named "GUID"), whose size is: equal to 16 bytes, which means 32 hexadecimal characters. equal to 32 bytes, which means 64 hexadecimal characters....
XMLRead (Function)
Returns the value of an XML element or the value of the attribute for an XML element.
Using data from an external database
WINDEV Tutorial - External database Using data from an external database - 40 min
MCI constants
List of constants used by the MCI functions....
Report based on an SQL query with data accessed via a connection (ODBC, etc.)
A report based on an SQL query with data accessed via a connection can print records from a database accessible via a specific ODBC driver or via a Native Connector......
ArrayAddSorted (Function)
Adds an element to a one-dimensional WLanguage array taking into account: the sort criteria defined by ArraySort the comparison operator described in the class, if the elements of the array are class instances....
WDSQL: Running an SQL query
WDSQL is used to run all the SQL queries created by WDSQL......
TableEnableFilter (Function)
Implements a user filter on a column found in a Table or TreeView Table control.
HOut (Function)
Used to find out whether the record on which you want to be positioned is located outside the data file, filter, view or query.
VariantToJSON (Function)
Converts the content of a Variant variable to JSON.
dSaveImageJPEG (Function)
Saves an image: in a JPEG file. in memory....
ControlVisible (Function)
Makes a control (or a group of controls) visible in a window. During this operation, an animation can be performed on the controls.
DecimalToSexagesimal (Function)
Returns the sexagesimal angle (in base 60) corresponding to a decimal angle.
Runtime error management functions
List of functions for managing runtime errors...
XMLResult (Function)
Returns the result of a calculation XPath query.
JSONToVariant (Function)
Converts a JSON string to a Variant variable.
ByAddress (Property)
The ByAddress property is used to determine if a procedure parameter was passed by address.
StringEndsWith (Function)
Checks whether a character string ends: with a specific character string. with one of the character strings in an array....
Before (Property)
The Before property replaces or inserts a procedure before the other procedures in: a Procedure variable. an event associated with a control....
InitRandom (Function)
Initializes the generator of random numbers.
GetIdentifier (Function)
Calculates a unique identifier (integer) for an executable or for a session.
StringToDuration (Function)
Converts a duration in character string format to a duration that can be used by a Duration variable.