ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

PrivateKeyPassword (Property)
The PrivateKeyPassword property sets the key file password (for a private key connection).
<DiskFile variable>.WriteLine (Function)
Writes a line into a text file (ANSI or UNICODE).
TokenURL (Property)
The TokenURL property gets and sets the URL for retrieving an access token.
<DiskFile variable>.Read (Function)
Reads: a block of bytes (characters) in an external file (ANSI or Unicode), the content of an external file (ANSI or Unicode) and assigns it to a memory area....
Progress (Property)
The property Scroll value property shows the progress of a task.
<Image>.Rotation (Function)
Rotates an Image control.
Calling a procedure/a function
Syntax for calling a local or global procedure.
CriticalSection (Function)
Enables a name or on-variable critical section in the statement USING ... IN.
Notification
The Notification keyword can correspond to:
AdditionalParameters (Property)
The Property Additional Parameters allows you to specify additional parameters in the authentication chain.
Encryption (Property)
The Encryption property gets and sets the encryption algorithm used.
<Dashboard>.Display (Function)
Refreshes elements in a Dashboard control.
emailAttach (Type of variable)
The emailAttach type is used to handle an attachment.
FileToArray (Function)
Fills an array of classes or structures with the content of an HFSQL data file or query.
ThreadEnd (Function)
Ends the execution of the current thread.
Process (Property)
The Process property is used to modify the processes to be executed by the events available on a control, window, page, report, etc.
JSONToVariant (Function)
Converts a JSON string to a Variant variable.
Mean (Function)
Calculates the mean of several elements: elements found in an array, numeric values, ......
SWITCH statement
The SWITCH statement is used to choose the action that will be run according to the value of an expression...
NoSpace (Function)
Returns a string after removing the spaces: from the left and right side of the initial string. within the string....
Upper (Function)
Converts all characters in a string to uppercase according to the region settings defined in Windows.
InitWindow (Function)
Initializes (or not) the controls to zero and runs the initialization processes of the controls and the window.