ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HRegenerateFile (Function)
Regenerates a data file from its log.
Date (Type of variable)
The Date type enables you to easily handle the dates...
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....
XMLChildExist (Function)
Specifies whether the current tag has children corresponding to the sought type (tag, attribute, ...).
InWebserviceMode (Function)
Used to find out whether the execution is in progress in the AWWS engine.
Second (Property)
The Second property is used to: Retrieve the number of seconds from a Time, DateTime or Duration variable. Modify the number of seconds in a Time, DateTime or Duration variable. Retrieve the seconds or the number of seconds from a Date item (in "Date and Time" or "Duration" format) Modify the seconds or the number of seconds in a Date item (in "Date and Time" or "Duration" format)...
Millisecond (Property)
The Millisecond property is used to: Retrieve the number of milliseconds from a Time, DateTime or Duration variable. Modify the number of milliseconds in a Time, DateTime or Duration variable. Retrieve the milliseconds or the number of milliseconds from a Date item (in "Date and Time" or "Duration" format) Modify the milliseconds or number of milliseconds in a Date item ("Date and Time" or "Duration" format)...
DayNumberInAlpha (Function)
Returns the name of the day of the week according to its number.
MonthNumberInAlpha (Function)
Returns the name of the month according to its number.
RETURN statement
The RETURN statement is used to exit a statement block and the current process (or procedure).
ShellExecute (Function)
Opens a document in its associated application.
gpwEnumControl (Function)
Enumerates the controls found in a window or page.
HCreation (Function)
Creates an empty data file (".FIC" extension) with the index file and the memo file if necessary.
hdfsConnection (Type of variable)
The hdfsConnection type is used to define the advanced characteristics of a connection to the Hadoop file system (HDFS).
HState (Function)
Used to find out the state of a record.
OrganizerDeleteAppointment (Function)
Deletes an appointment from an Organizer control.
VariantToJSON (Function)
Converts the content of a Variant variable to JSON.
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.
FTP constants
List of constants used by the FTP functions....
MatFill (Function)
Initializes all the elements found in a matrix of a given size.
dModifySaturation (Function)
Modifies the saturation of an image found: in an Image control, in an Image variable....
dModifyLightness (Function)
Changes the lightness of an image found: in an Image control, in an Image variable....
AlbumPicker (Function)
Retrieves a photo, an image or a video stored in the photo album of the mobile device.
ExceptionPropagate (Function)
Propagates an exception.