ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

API (Function)
Runs a function found in an external DLL.
TableAddLineWithAnimation (Function)
Adds a row to a Table or TreeView Table control with an animation.
HReconnect (Function)
Performs a reconnection to the server for all the interrupted connections. The uninterrupted connections are not modified.
HExecuteQuery (Function)
Declares a query created in the query editor to the HFSQL engine and runs this query.
TableInsertLineWithAnimation (Function)
Inserts a row into a Table control or into a TreeView Table control with an animation.
Creating an executable: WINDEV Framework
Each WINDEV function is associated with a WINDEV DLL......
gClickableLink (Function)
Adds a clickable link in a graphic string.
ThreadWaitSignal (Function)
Locks the current thread until it receives a signal from another thread.
ChangeTheme (Function)
Is used to change, through programming, the theme (dark or light) used by the mobile application.
Native PostgreSQL Connector: Specific features and remarks
Remarks and specific features of Native PostgreSQL Connector......
Comparison operators
The comparison operators can be divided into several categories......
UnloadProcedure (Function)
UnloadProcedure is kept for backward compatibility.
mlzInsertLine (Function)
Inserts a new dynamic row in a Multiline Zone control.
TraceEnd (Function)
Closes the trace window if this window was opened or stops saving the trace information in a text file.
Parameters of a procedure with a variable number of parameters
When the procedure uses a variable number of parameters, you must be able to handle the different parameters passed to the function in the code of the procedure....
Color (Property)
The Color property is used to get and change the color of an element.
Guided tour management constants
FOR ALL/FOR EACH statement (browse of strings)
The FOR EACH statement is used to browse strings according to different methods...
ListSelectPlus (Function)
Selects one or more elements in a List Box, ListView or Combo Box control.
SQLFirst (Function)
Positions on the first row of the query result.