ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

TableSearch (Function)
Performs a search in: a Table control, a TreeView Table control, a table displayed in a Combo Box control....
WinStatus (Function)
Identifies or modifies the window status.
MatDeterminant (Function)
Calculates the determinant of a square matrix (the number of rows is equal to the number of columns).
MatRead (Function)
Reads the value of a matrix element.
TableSwapLine (Function)
Swaps: two rows in a Table control populated programmatically. two branches in a Treeview Table control populated programmatically....
MapLicenseGgl (Function)
Indicates the "Google Maps API" license key that will be used in the Map controls (of WINDEV or WEBDEV).
HPass (Function)
Defines the password used to create or open a data file.
Events associated with a Multimedia control
List of events associated with a Multimedia control...
HExecuteQuery (Function)
Declares a query created in the query editor to the HFSQL engine and runs this query.
HPrepareSQLQuery (Function)
Initializes a query written in SQL language and declares this query to the database server in order to optimize the next executions of this query.
Anchor (Property)
The Anchor property sets the anchors of a control in a window, page or report.
Events associated with Progress Bar controls
List of events associated with the Progress Bar controls...
ModificationDurationAPT (Property)
The ModificationDurationAPT property is used to determine and specify if the user can modify the duration of an appointment in a Scheduler or Organizer control.
TreeCollapseAll (Function)
Collapses a branch previously expanded (as well as its child elements).
GesturePosY (Function)
Returns the vertical position of the pointer (finger or stylus).
NetMsgError (Function)
Returns the error message corresponding to the error number returned by NetOpenRemoteAccess and NetCloseRemoteAccess.
TableMoveColumn (Function)
Moves a column in a Table or TreeView Table control.
HTMLAttribute (Property)
The HTMLAttribute property reads and changes the HTML attributes of the control.
dRotation (Function)
Performs a rotation: of an Image control. of an Image variable. of a picLayer variable....
EnumSubElement (Function)
Used to enumerate the sub-elements of a project element.
SpeechSynthesisVoice (Type of variable)
The SpeechSynthesisVoice type is used to get all the advanced characteristics of a speech synthesis voice.
MatNbColumn (Function)
Returns the number of columns found in a matrix.
MatNbLine (Function)
Returns the number of rows found in a matrix.
ImageXPos (Function)
Returns the horizontal position (X) of the mouse cursor in relation to the specified Image control.
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...