ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

fUnlock (Function)
Entirely or partially unlocks an external file.
ArrayInfo (Function)
Returns the characteristics of an array: type of elements, number of dimensions, dimensions, etc.
StatStandardDeviationP (Function)
Calculates the standard deviation for a full series of values.
sComputeCrc32 (Function)
Calculates the Cyclical Redundancy Check (CRC) of buffer.
PreviousWin (Function)
Identifies the window that was in edit before the window that is currently in edit (for the same project).
hbScanParameter (Type of variable)
The hbScanParameter type is used to define the parameters for iterating over the records in an HBase database.
HTMLToText (Function)
Converts an HTML string or buffer to text.
ListSeek (Function)
Searches for an element in a List Box, ListView or Combo Box control (including the values described by gStoredValue).
HTMLEditorToEmail (Function)
Exports the content of an HTML Editor control to an Email variable (to send the email).
AuthToken (Variable type)
The AuthToken type contains the characteristics of a token to access a web service.
Database (Property)
The Database property is used to manage databases associated with a connection (HFSQL Client/Server, OLE DB, etc.)....
WHILE statement
In a WHILE statement, the expression is evaluated at each beginning of the block of statements...
grPrint (Function)
Prints a chart.
ServiceWait (Function)
Pauses the current service during the specified duration.
EvaluateExpression (Function)
Evaluates the value of an expression built in a character string.
EmailMsgError (Function)
Returns the message corresponding to the error identifier.
TileAdd (Function)
Adds a new tile customization for the current Windows Store Apps application.
NullSupported (Property)
The NullSupported property is used to manage the NULL value in HFSQL data files.
NetMsgError (Function)
Returns the error message corresponding to the error number returned by NetOpenRemoteAccess and NetCloseRemoteAccess.
fMoveDir (Function)
Moves a directory and its content.
SQLCol (Function)
Retrieves the content of the specified column from the query result, for the current line.
QuickAction (Variable type)
The QuickAction type allows you to define all the advanced characteristics of a quick action of an app on Android (app shortcut) or iOS (Quick Action).
Table field populated programmatically: handling in WLanguage
Here is an overview of how to manipulate Table controls populated programmatically in WLanguage....