ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

API (Function)
Runs a function found in an external DLL.
zipListFile (Function)
Returns the list of files found in an archive.
VariantToJSON (Function)
Converts the content of a Variant variable to JSON.
NoLeftCharacter (Function)
Returns a string after removing the specified characters from the left side of the initial string.
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.
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....
Native XML Connector
WINDEV and WEBDEV allow you to import and handle a definition of XML files via the data model editor......
HBackward (Function)
Moves backward several records from the current position in the data file, according to a specified item.
GuidedTourStep (Type of Variable)
The GuidedTourStep type allows you to define all the advanced characteristics of a step of a guided tour.
Control (Type of variable)
The Control type is used to define the characteristics of a control.
Programming overview in C and C++
Scheduler report
The report editor allows you to create "Scheduler" reports....
dSaveImageJPEG (Function)
Saves an image: in a JPEG file. in memory....
Constants for managing the User Groupware
List of constants used by the functions for managing the User Groupware....
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.
JSONToVariant (Function)
Converts a JSON string to a Variant variable.
ExceptionThrow (Function)
Artificially triggers the security mechanism of WLanguage by throwing an exception.
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.
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....