ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

How to access the help?
WINDEV, WEBDEV and WINDEV Mobile include several methods for accessing the help system at any time......
<Source>.LockRecNum (Function)
Locks a record and restricts the access to this record for all the other applications.
Creating an automatic help
The Automatic Application Features (AAF) allow you to add features to your application without having to write a single line of code......
grAxisTitle (Function)
Defines the title of X-axis and the title of Y-axis in a chart.
<Table>.FormulaDeleteAll (Function)
Deletes all rows added with <Table>.FormulaAdd.
NavigationPaneVisible (Property)
The NavigationPaneVisible property is used to display the thumbnail pane in the PDF Reader control.
1. Creating a WINDEV project and its analysis
WINDEV Tutorial: Creating a WINDEV project and its analysis Lesson 1 - Creating a WINDEV project and its analysis - 5 min
Compilation statement: COMPILE IF
The <COMPILE IF> statement allows you to compile (or not) a WLanguage code according to a condition.
Overview of HFSQL Cluster
HFSQL Cluster is a database server intended to be deployed on several servers......
Result of a query in test mode
After its execution in test mode (see Running the query test), the result of the query can be......
Support for the setup program
When creating the setup program via the wizard, you have the ability to choose the options regarding the setup support....
Editing the CSS style sheet
WEBDEV gives you the ability to manage all the CSS styles used in a project......
MutexStart (Function)
Locks the current thread while waiting for the mutex to be freed.
Choosing the languages supported by the application
The choice of languages supported by the WINDEV or WINDEV Mobile application or by the WEBDEV site is performed at several levels......
Telephony: Managing the outgoing calls
To manage the outgoing calls in a WINDEV or WINDEV Mobile application......
ERR_DISCONNECTED_BY_ADMIN
Management of Google contacts (prefix syntax)
The Google Contact service is used to manage contacts on Internet......
Conditional target-code
The code editor allows you to enter a specific code for each environment (WINDEV, WEBDEV and WINDEV Mobile)......
The TimeLine control
The TimeLine control is used to represent chronologies of close events that can be parallel....
FlexAlignSelf (Property)
The Property FlexAlignSelf allows you to know and modify the alignment and vertical anchoring of the field in the row of the Flexbox field ( Property corresponding CSS "align-self").
Conditions for using a .NET assembly
Before using a .NET assembly, a specific configuration is required......
Diagram functions (prefix syntax)
Diagram functions (prefix syntax)...
Using a query with parameters
A query with parameters can be used......
zipCreateExe (Function)
Creates a self-extracting archive as a 32-bit executable (.EXE).
Table controls in "Server + AJAX" mode
The Table controls can be 100% AJAX......