ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HRecordToXML (Function)
Retrieves the structure and the value of the current record and exports them into a character string in XML format.
FOR EACH/FOR ALL statement (browse of arrays)
The FOR EACH statement is used to perform different types of browse on the arrays...
ArrayInsertLine (Function)
Inserts a row at a given position: into a two-dimensional WLanguage array. into an advanced two-dimensional array property (xlsDocument, etc.)....
fShortName (Function)
Returns the short name of a file or directory.
IntegerToDate (Function)
Converts an integer into a date in YYYYMMDD format.
MatStack (Function)
Compresses the memory footprint occupied by a matrix.
MatInvert (Function)
Calculates the inverse of a square matrix.
MatTranspose (Function)
Calculates the transposed matrix.
fClose (Function)
Closes an external file.
Organizer report
The report editor gives you the ability to create "Organizer" reports....
Error 17: OTHER CASE must be the last statement used in SWITCH
fUnlock (Example)
Usage example of the fUnlock function
gpwOpen (Function)
Opens the User Groupware login window or page.
ControlContextMenu (Function)
Identifies the control on which the context menu was opened.
dModifyHue (Function)
Changes the hue of an image: in an Image control, in an Image variable....
Properties associated with a menu or with a menu option
Several WLanguage properties can be used on a menu found in a window or in a page......
fExtractPath (Function)
Returns the different elements of a path: disk, directories, name and extension of the file.
fCompress (Function)
Compresses a file.
StatCorrelation (Function)
Calculates the coefficient of correlation between two series of values.
StatStandardDeviationP (Function)
Calculates the standard deviation for a full series of values.
Link control properties
The Link control is available in a page and in a report......
HDescribeItem (Function)
Describes a file item through programming.
jQuery (Function)
Runs a JavaScript method (or several chained methods) of the jQuery library on a page element.
NewRecord (Property)
The NewRecord property is used to determine if the record is a new record or if it comes from the data file.
FocusOnClick (Property)
The FocusOnClick property is used to: Determine if a control gains focus when clicked. Allow or prevent a control from gaining focus when clicked....