ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Quick search in the current code
When coding, developers often need to do a quick search in the current code...
DisplayMask (Property)
The DisplayMask property is used to: Find out the display mask. Modify the display mask. This display mask is displayed when the control is in read-only or when the control does not have focus....
SQLCode (Property)
The SQLCode code property is used to get the SQL code of a query created with the query editor (".WDR" file).
Custom telemetry
Custom telemetry allows you to define the elements that will be included in the analytics......
Testing a dynamic page (session or AWP mode)
The test of a single page runs the current page in WEBDEV......
3. Editing products
WEBDEV Tutorial - Creating a website with back office processes Lesson 3 - Editing products - 50 min
External language: Programming in C++ (WDWDIAL interface)
This third method uses the notion of class inheritance to simplify the interfacing between a C++ application and WINDEV......
InitialHeight (Property)
The InitialHeight property is used to: Find out the creation height of a control or window. Modify the base height used to anchor the controls "in height". Find out the creation height of a block or control in a report....
TotalNbRec (Property)
The TotalNbRec property is used to: Get the number of records to be printed. Change the number of records to be printed....
Sorted (Property)
The Sorted property is used to: Determine whether a control is sorted. Sort a control or not....
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)....
HModifyServerRights (Function)
Modifies the rights granted to a user or to a group on an HFSQL server.
SysSerialNum (Function)
Returns the IMEI number of the current device.
Native Oracle Connector: Retrieving the output value of a stored procedure
The Native Oracle Connector is used to: specify the input values during the call to a stored procedure. retrieve the output values after a call to a stored procedure....
Report blocks
A printed report includes several sections......
SCM administrator: available tools
The SCM administrator (Source Code Manager) proposes several tools to manage and optimize the SCM repository......
HChangePassword (Function)
Changes the password of an HFSQL Classic or HFSQL Client/Server data file....
Use case diagram
A use case diagram is used to view the behavior of a system in such way that......
dbgInfo (Function)
Returns a debug information.
The Linear Looper control
A Linear Looper control is used to display a set of controls in a horizontal scrolling list......
SaaS
SaaS (acronym of Software as a Service) is a model for software distribution that consists in proposing an application in subscription via a Web site rather than via the purchase of a license......
Compiling a WINDEV Mobile project in Xcode
When the WINDEV Mobile project for iPhone/iPad is generated on the development computer, the generated files must be transferred onto a Mac in order to be compiled......
Scanner (Type of variable)
The Scanner type is used to handle the information from a scanner.
Guided tour management constants
WEBDEV layouts
A layout allows you to define several views of a page without duplicating it......