ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

fExtractPath (Function)
Returns the different elements of a path: disk, directories, name and extension of the file.
IntegerToDate (Function)
Converts an integer into a date in YYYYMMDD format.
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
HRecordToXML (Function)
Retrieves the structure and the value of the current record and exports them into a character string in XML format.
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......
fShortName (Function)
Returns the short name of a file or directory.
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....
ImageWidth (Property)
The ImageWidth property gets and sets the width of the image section displayed in an Image control or in the background of a Chart control.
SQLInfo (Function)
Initializes the different SQL variables with information relative to the last query run.
Choosing the action associated with the link
You can associate an action with the link regardless of the type of link......
PageRefresh (Function)
Refreshes a page displayed in the user's browser from the context on the server....
MapCircle (Type of variable)
The MapCircle type is used to define the characteristics of a circle to be drawn on the map displayed in a Map control.