ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ArrayMove (Function)
Allows you to: move an element in a one-dimensional WLanguage array or in an advanced array property (array of gglCalendar events, etc.). The other array elements are moved accordingly. swap two elements in a one-dimensional WLanguage array or in an advanced array property (array of gglCalendar events, etc.)....
RadioButtonDelete (Function)
Deletes an option from a Radio Button control.
TableSwapLine (Function)
Swaps: two rows in a Table control populated programmatically. two branches in a Treeview Table control populated programmatically....
DashDisplay (Function)
Refreshes elements in a Dashboard control.
TypeVar (Function)
Identifies the type of an expression, a variable (during a call to a procedure for example) or a control.
Mechanism of specific exceptions
A process of specific exception is used to process a risky code (which means a code that could trigger an exception)......
ThreadSendSignal (Function)
The current thread sends a signal to the specified thread in order to unlock it.
TreeModify (Function)
Modifies an element (node or leaf) in a TreeView control.
HStatNbDuplicates (Function)
Returns the number of duplicates for a given key item.
HUnlockFile (Function)
Unlocks the records of a data file: locked by HLockFile. individually locked by a locking read function....
zipCurrentFile (Function)
Returns the name of the archived file currently handled by the functions for adding and extracting files.
iRoundBorder (Function)
Prints a border with rounded outlines at specified coordinates.
HExecuteProcedure (Function)
Runs a stored procedure.
HSendMessageToClient (Function)
Displays a message on the client computers.
BurnerProperty (Function)
Used to find out and modify the properties of the current burner.
xlsNbRows (Function)
xlsNbRows is kept for backward compatibility only.
Properties associated with the tab pane
A tab pane found in a window or in a page can be handled by the following WLanguage properties......
GglConnect (Function)
Manages authentication on a Google server (via the "OAuth 2.0" authentication mode).
Single Page App
A "Single Page App" is a Web application (Internet or Intranet) whose all pages are grouped in a single page......
File Description (Type of variable)
The File Description variable is used to programmatically describe data files.
ExecutionMode (Function)
Allows you to: find out and/or modify the behavior of the application or site when some errors are generated. optimize the calls to the functions declared externally. find out and/or change how the application uses JITc. find out and/or modify the management mode of low references for all the instantiated objects....
ODBC driver for HFSQL Classic and for HFSQL Client/Server (Windows)
The ODBC driver for HFSQL Classic (single-user or multi-user) is used to access an HFSQL Classic database from an external database software that supports the accesses by ODBC......
Library,Disk (External language)
Opens the project library that is stored on disk.
Move (Function)
Allows you to: move an element in a one-dimensional WLanguage array or in an advanced array property (array of gglCalendar events, etc.). The other array elements are moved accordingly. swap two elements in a one-dimensional WLanguage array or in an advanced array property (array of gglCalendar events, etc.)....
AppointmentDelete (Function)
Deletes: the current appointment from the calendar of a Lotus Notes or Outlook messaging. an appointment from the calendar found on a mobile device (Android/iOS)....