ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Server (Property)
The Server property is used to manage the data source of a connection (HFSQL Client/Server, OLE DB, etc.)....
TableSelect (Function)
Returns the index of the selected element in the Table or TreeView Table control.
SQLDisconnect (Function)
Closes the current connection and frees the memory used by the connection.
Android 10: Modifying the behavior of applications
Starting with Android 10, Google no longer allows an application running in the background to open a window
Enumeration (Type of variable)
An enumeration is a set of values......
HFilterIncludedBetween (Function)
Defines and enables an "Included between" filter on a file, view or query.
MultimediaPlay (Function)
Plays a multimedia file in a Multimedia control.
Creating a WEBDEV project
A project is a logical set of elements and processes whose purpose is to accomplish a given objective......
STOP (Reserved word)
STOP is used to call the WLanguage debugger during a test in the editor...
HCross (Function)
Crosses a record in a data file.
Implementing the log process in an application
Regardless of the data files used by your application (HFSQL Classic or HFSQL Client/Server), the log process can be implemented on these data files......
Non-maximized windows for Android
A non-maximized window can be resized by the user and it can occupy a section of the screen only......
X (Property)
The X property is used to: Get the X-coordinate of a control, Table control column or window (position on the X-axis). Get the X-coordinate of a control or window (position on the X-axis)....
HPass (Function)
Defines the password used to create or open a data file.
SocketCreate (Function)
Creates a socket.
ThreadExecute (Function)
Starts the execution of a secondary thread.
HIndex (Function)
Rebuilds the file index (".NDX" file).
TableInputInProgress (Function)
Indicates whether a Table or TreeView Table control is currently in edit.
The Multimedia control
The Multimedia control is used to play multimedia files......
gglMapParameter (Type of variable)
The gglMapParameter type is used to define the advanced characteristics of a map...
TableDeleteAll (Function)
Deletes all rows from: a Table control populated programmatically, a TreeView Table control populated programmatically, a table displayed in a Combo Box control....
TableSelectMinus (Function)
Deselects a row from a Table or TreeView Table control.
TableColumnIndex (Function)
Returns the index of a column in a Table or Treeview Table control.
ExceptionInfo (Function)
Retrieves information about the current exception.
Dimension (Function)
Returns the size of a variable (string, numeric, array, ...) or resizes a dynamic array.