ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

PowerStatus (Function)
Used to get various information about the battery (main or secondary) of the device on which the application is running.
HRecordToJSON (Function)
Retrieves the structure and value of the current record and exports them into a string in JASON format.
TableSetFocus (Function)
Gives focus to a row found in a Table or TreeView Table control: the control switches to edit for the specified row and column.
Map (Function)
Executes a procedure on each element of a source array and returns the results in a WLanguage array.
ModificationRule (Property)
The ModificationRule property is used to configure the modification rule (integrity management) to be applied to the data file described in the code.
ExceptionEnable (Function)
Re-enables the current exception process if the exception was corrected.
StringBuild (Function)
Builds a character string from an initial string and parameters.
MemOut (Function)
Used to find out whether the browse performed on a memory area is outside this memory area.
ControlPrevious (Function)
Specifies the name of control that was in edit before the current control.
DateToDayInAlpha (Function)
Returns the name of the day that corresponds to a specified date.
HDeleteView (Function)
Deletes a previously created view. This function uses the former view mechanism.
HNoDatabaseAccess (Function)
Denies all new connections to a database or to all databases.
ParallelTaskWaitAll (Function)
Waits for the end of execution of all parallel tasks found in an array.
dClear (Function)
Clears the content of an Image variable or Image control and fills it with the specified color.
WordToArray (Function)
Fills an array with the words from a string.
gglPhoneNumber (Type of variable)
The gglPhoneNumber type is used to describe and modify the phone number of a contact...
picText (Type of variable)
The picText type is used to define all the advanced characteristics of a Text layer.
FileToArray (Function)
Fills an array of classes or structures with the content of an HFSQL data file or query.
JSONToVariant (Function)
Converts a JSON string to a Variant variable.
ExecuteMainThread (Function)
Triggers the execution of the procedure specified in the main application thread.
Mean (Function)
Calculates the mean of several elements: elements found in an array, numeric values, ......
fExeDir (Function)
Returns the directory from which the execution is started.
FinCurrentVal (Function)
Returns the current value of investment.
CriticalSectionEnd (Function)
Marks the end of critical section: the code will be run by another thread.
fExtractPath (Function)
Returns the different elements of a path: disk, directories, name and extension of the file.