ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Business rules
WINDEV, WEBDEV and WINDEV Mobile allow you to manage the business rules......
TableAdd (Function)
Adds a row in: a Table control, a TreeView Table control, a Combo Box control "with table" (Table control displayed in a Combo Box control)....
Specific features of the Express version
Help: Summary table
In a WINDEV application, users have multiple help features at their disposal: Tooltip. Status bar. Help window. Advanced tooltip. Help page. HLP file....
HierarchicalDepth (Property)
The HierarchicalDepth property is used to: Find out the depth of a hierarchical control in a report. Modify the depth of a hierarchical control in a report (only if the report uses a data source through programming)....
Characteristics of an indexed control
Characteristics of an indexed control: description, code, ......
Burning a CD/DVD
Several WLanguage functions are used to burn the CDs or DVDs......
GglFile (Type of Variable)
The GglFile type allows you to know all the characteristics of a file from the Google software suite (Docs, Sheets, etc.).
The Image Editor control
The "Image Editor" control is a rich control that allows end users to create and edit images in their WINDEV applications......
Configuring an application with User Groupware
BREAK statement/"BREAK:" label
The keyword BREAK can correspond: to the BREAK statement: it allows you to exit a set of instructions and run the rest of the current process. to the BREAK label: it allows you to declare a section of code in a loop. This code will be run when exitingfrom the loop with a "BREAK" statement....
Reports
A report provides a custom view of data......
The "Compilation errors" pane
The "Compilation errors" pane is used to find out......
Validating a page from a control that has no action on the server (List Box control, Combo Box, etc.)
By default, the validation of a page must be performed by a "Send the values of controls to the server (Submit)" button......
<Table>.AddLine (Function)
Adds a row in: a Table control, a TreeView Table control....
TableAddLine (Function)
Adds a row in: a Table control, a TreeView Table control....
Accessing an LDAP directory
An LDAP directory is used to share information databases on a local or external network....
WDLog: Overview
The different operations that can be performed with WDLog are as follows......
<Source>.CancelDeclaration (Function)
Allows you to: Delete a declaration made previously using HDeclare, HDeclareExternal, HDescriveFile. After this operation, the data file is no longer recognized by the HFSQL engine. Free the resources of a query (after calling HExecuteQuery or HExecuteSQLQuery)....
Step 2: Creating print fonts
This step allows you to define and choose the different fonts that will be used in the printed document......
Column of type Attribute
WINDEV and WEBDEV allow you to use columns of type "Attribute" in Table controls......
Report based on a memory area
A report based on a memory area is used to print the records stored in a memory area......
Managing rights on HFSQL Client/Server
To ensure data security and confidentiality, some actions may be restricted to a group of users......
Reading bar codes
WINDEV, WEBDEV and WINDEV Mobile allow you to create applications for reading bar codes......
WDMap: Viewing records: special cases
This help page presents the special display cases in WDMap......