ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HOut (Function)
Used to find out whether the record on which you want to be positioned is located outside the data file, filter, view or query.
Reuse code via external components
WINDEV Tutorial: External components Reusing code with external components - 40 min
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.
WordToArray (Function)
Fills an array with the words from a string.
HFound (Function)
Checks whether the current record corresponds to the current filter or search.
HState (Function)
Used to find out the state of a record.
IntegerPart (Property)
The IntegerPart property is used to configure Numeric items.
DecimalPart (Property)
The DecimalPart property is used to configure Numeric items.
HPriorityClient (Function)
Modifies the priority of a client application.
VibrationStop (Function)
Stops the vibrations of the device (even if they have been triggered by another application).
UUEncode (Function)
Encodes a character string according to the UUEncode algorithm.
WITH
Factorizes the expression of an element on which several sub-elements or properties are accessed.
BufferToInteger (Function)
Extracts an integer from a binary buffer at a given position.
TelemetryAddMeasure (Function)
Adds a measure for a value or time sensor.
WebSocketExecute (Function)
Executes a procedure in the context of a client connected to the WebSocket server.
DeletionRule (Property)
The DeletionRule property is used to configure the deletion rule (integrity management) to be applied to the data file described through programming.