ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Error 24: No END statement is associated with this LOOP
SIPVisible (Function)
Displays the keyboard.
Properties associated with the cells of the status bars
List of properties associated with the cells of the status bars...
Sort (Function)
Sorts a WLanguage array.
Currencies
A currency is a real coded on 10 bytes....
Operations available for the dates, times and durations, ...
The following operations are available for the following types of variables......
LoadProcedure (Function)
LoadProcedure is kept for backward compatibility.
FOR EACH/FOR ALL statement (browse of associative arrays)
The FOR EACH statement is used to perform different types of browse on the associative arrays...
SFModify (Function)
Modifies the records of a file defined in Salesforce.
GglListContact (Function)
Retrieves the list of contacts associated with the specified Google account.
BarVisible (Property)
The BarVisible property is used to manage the selection bar on a column in a Table or TreeView Table control.
StoreFilterAAF (Property)
The StoreFilterAAF property is used to determine and specify if the filters set by the user on a Table or TreeView table control are saved when an application is closed and opened again.
SFDisconnect (Function)
Disconnects: the Salesforce platform. the current Salesforce session....
WinSlidingVisible (Function)
Displays or hides a sliding window (sliding menu).
SpeechSynthesisStop (Function)
Stops all the current read operations on the engine for speech synthesis.
BTLEConnect (Function)
Used to connect to a Bluetooth Low Energy device.
iNewLine (Function)
Prints a line (in Windows standard, with a rounded end) at specified coordinates.
iLine (Function)
Prints a line at specified coordinates.
RequestRefreshUIElement (Function)
Requests the execution of the "Request for refreshing the display" event of the specified element (and gives back control without waiting for the execution of the event).
Partial indexing of memos
You now have the ability to index the content of a text memo item......
Stack (Type of variable)
A Stack variable is a structured type that is used to group a set of elements of the same type.
List (Type of variable)
A List variable is a structured type that is used to group a set of elements of the same type.
Advanced management of class instances
The advanced management of instances is used to choose the mode for taking reference. This choice directly impacts the freeing of the class objects: depending on the selected take of reference, the "Destructor" will not be called at the same time....
ParallelTask (Type of variable)
The ParallelTask type is used to handle a task, which means a procedure run by a thread in the parallel programming.
DateTime (Type of variable)
The DateTime type enables you to easily handle a date and a time...