ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

QueueInfo (Function)
Retrieves the characteristics of a queue: types of elements and number of elements.
TimeSys (Function)
Returns or modifies the system time (current time defined for the current computer).
<Image variable>.DrawBorder (Function)
Draws the borders in an Image variable.
SQLChangeConnection (Function)
Modifies the current connection.
SQLFetch (Function)
Goes to the next row (i.e next record) of the query result.
SQLGetCol (Function)
Retrieves the content of the specified column from the query result, for the current line.
Conversion (Function)
Converts a value from a unit to another one.
EventCreate (Function)
Creates an event.
SQLDisconnect (Function)
Closes the current connection and frees the memory used by the connection.
<Stack variable>.Info (Function)
Retrieves the characteristics of a stack: types of elements and number of elements.
InfoBuild (Function)
Displays a custom message in a system information window.
<Queue variable>.Info (Function)
Retrieves the characteristics of a queue: types of elements and number of elements.
SQLAssociate (Function)
Automatically associates each column of the query result with a control or with a variable of the application.
SQLCol (Function)
Retrieves the content of the specified column from the query result, for the current line.
Info (Function)
Displays a custom message in a system information window.
InfoWithTimeout (Function)
Displays an information message in a system information window for a set amount of time
ErrorWithTimeout (Function)
Displays a custom error message in a system error window for a set amount of time.
DateToDay (Function)
Returns the day that corresponds to a given date.
SQLExec (Function)
Names and runs an SQL query.
Thickness (Property)
The Thickness property is used to get and change the thickness of an element.
SQLColumnFormat (Function)
Returns the different types of columns supported: by the data source identified by SQLConnect by the database accessed by a specific connection (connection described in the analysis or described by HDescribeConnection or HOpenConnection)....
ActiveDirectory (Property)
The ActiveDirectory property allows you to connect to an HFSQL server using Active Directory authentication.
User Groupware and LDAP
The LDAP protocol is increasingly used by the companies......
dChord (Function)
Draws the chord of a circle (intersection between an ellipse and a straight line): in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
AutomaticEvent (Type of variable)
The AutomaticEvent type is used to manage an automatic event.