ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ThreadCurrent (Function)
Returns the name of the thread currently run.
Mean (Function)
Calculates the mean of several elements: elements found in an array, numeric values, ......
fExtractPath (Function)
Returns the different elements of a path: disk, directories, name and extension of the 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.
Zoom (Property)
The Zoom property gets or sets the zoom value: in an Image control. in a Map control. in an Organization Chart control. in a Table, TreeView Table, Pivot Table, Spreadsheet or List Box control. in a Word Processing control. in a PDF Reader control. in a Camera control. in a Diagram Editor control; in a window....
ArraySort (Function)
Sorts a WLanguage array.
dSaveImagePNG (Function)
Saves an image: in a PNG file. in memory....
Upper (Function)
Converts all characters in a string to uppercase according to the region settings defined in Windows.
Delete (Reserved word)
The memory occupied by a dynamic object (array, class object, ...
fDir (Function)
Finds a file or directory.
HOnServerCall (Function)
Customizes the management of message display on the client computer and the management of disconnection from a client computer.
dModifyHue (Function)
Changes the hue of an image: in an Image control, in an Image variable....
Age (Function)
Returns the age according to the date of birth.
Custom tooltips
Tooltips are very useful for application users......
13. Security benefit: managing the "Back" button
MyWindow (Reserved word)
MyWindow is used to handle the current window...
ProfilerEnd (Function)
Stops "collecting data" for the performance profiler.
Report based on an SQL query with data accessed via a connection (ODBC, etc.)
A report based on an SQL query with data accessed via a connection can print records from a database accessible via a specific ODBC driver or via a Native Connector......
sClose (Function)
Closes the specified serial port, parallel port or infrared port.
HTTPResetForm (Function)
Clears an HTTP form that is currently edited.
OpenAsynchronous (Function)
Opens a window whose result will be retrieved via a WLanguage procedure ("callback").
HExecuteQuery (Function)
Declares a query created in the query editor to the HFSQL engine and runs this query.
MatAdd (Function)
Adds two matrices of same dimensions (same number of rows and same number of columns).
MatMultiply (Function)
Multiplies two matrices.