ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

RightToLeft (Property)
The RightToLeft property is used to get the writing direction on a control, column, window or report.
TreeAdd (Function)
Adds a "leaf" element (and all necessary nodes) into a TreeView control.
SQLFirst (Function)
Positions on the first row of the query result.
Defining clickable areas
In a page, an Image control can contain clickable areas......
Step 2: Creating print fonts
This step allows you to define and choose the different fonts that will be used in the printed document......
Confirm (Function)
Displays a message in a standard dialog box that proposes "Yes", "No", "Cancel" and returns the user's choice....
Combo Box control properties
You can manipulate Combo Box controls in a window or page using the following WLanguage properties......
Scheduler control properties
A Scheduler control found in a window or in a page can be handled in WLanguage by the following properties....
Table control properties
A Table control found in a window or in a page can be handled in WLanguage by the following properties......
The Static control
A Static control is a control used to display a static text......
Report based on an SQL query with data accessed via a connection (ODBC, etc.)
A report based on an SQL query with data accessed via a connection can print records from a database accessible via a specific ODBC driver or via a Native Connector......
Deployment package
The deployment package creates a ZIP file containing the site's setup......
FontName (Property)
The FontName property is used to: Identify the font used in a control. Change the font used in a control....
saasClient (Type of variable)
The saasClient type is used to define the advanced characteristics of a SaaS client account.
Facebook constants
The following constants are used by the functions for managing Facebook connections:...
Utility components
WINDEV includes several utility components that allow you to handle data directly......
ThreadSendSignal (Function)
The current thread sends a signal to the specified thread in order to unlock it.
SQLChangeConnection (Function)
Modifies the current connection.
Interactions between a Flash® animation and WEBDEV
A Flash® animation can be used to display information in the controls of a WEBDEV page......
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.
HConnect (Example)
Usage example of the HConnect function
HRplDeclareLink (Function)
Declares a (1, 1) (0, n) link between two tables.
InReportsAndQueriesMode (Function)
Indicates whether the code is run during the test of a report or query in Reports & Queries.