ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

MatCreate (Function)
Creates a matrix containing 0 row and 0 column.
Binding an Image control to an item
An Image control can correspond to an item found in a data file, in a query, ......
Constants for the geo-localization functions
Constants used by the geo-localization functions...
Date (Property)
The Date property is used to: Retrieve the date from a DateTime variable. Modify the date in a DateTime variable. Retrieve the date from a Date item (in "Date and Time" format) . Modify the date in a Date item (in "Date and Time" format)...
Time (Property)
The Time property enables you to: Retrieve the time from a DateTime variable. Modify the time in a DateTime variable. Retrieve the time from in a Date item (in "Date and Time" format) Modify the time in a Date item ("Date and Time" format)....
MatFloatAdd (Function)
Adds a value to each matrix element.
Phone management functions
List of functions for phone management...
fDecrypt (Function)
Decrypts a file that was encrypted by fCrypt.
MatError (Function)
Identifies the type of the last error caused by a Matxxx function (functions for matrix management).
RealToDateTime (Function)
Converts an 8-byte real to a date and time.
DurationToString (Function)
Converts a duration to a character string in the specified format.
DateToDay (Function)
Returns the day that corresponds to a given date.
Ping (Function)
Checks whether a network address can be reached by using the ICMP protocol (similar to the PING network utility).
fCopyFile (Function)
Copies one or more files (regardless of their attributes).
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....
ArrayInsert (Function)
Inserts an element at a given position: into a one-dimensional array. into an associative array. into an advanced array property (array of gglCalendar events, etc.). into a WLanguage list....
EmailSaveAttachment (Function)
Copies the attachment of current email onto the user computer (locally).
SchedulerPositionDateTime
Displays a Scheduler control from a specified date or returns the date of the first day (or last day) displayed in a Scheduler control.
ZOrder (Property)
The ZOrder property gets and sets the Z-order of an element.
The windows and pages of the User Groupware
Two methods can be used to include the user groupware......
MatFill (Function)
Initializes all the elements found in a matrix of a given size.
XMLSavePosition (Function)
Stores the current position in the XML document.
fDirSize (Function)
Returns the size of a directory in bytes.
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....
fReadLineRegularExpression (Function)
Reads a line in an external file, gets sections of this line according to a regular expression and assigns them to a variable.