ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

How to avoid displaying the URL of WEBDEV pages in the browser?
By default, when the user connects to a site developed with WEBDEV, the address bar of the browser contains an address in the following format......
dbgCheckEqual (Function)
Checks whether the expressions are equal in assertive programming and in automated test mode.
TableFormulaAdd (Function)
Adds a calculated row to a Table control by providing custom calculation procedures.
Help system properties
The properties of help system are used to define......
HFSQL properties
List of HFSQL properties...
Opening a help file (CHM, HTML or PDF)
There are several ways to open a help file......
TriState (Property)
The TriState property is used to: Determine if a check box option supports 3 or 2 states. Determine if a TreeView control uses 3-state or 2-state check boxes. Change the type of an option in a check box: option with 3 states or with 2 states....
InitWindow (Function)
Initializes (or not) the controls to zero and runs the initialization processes of the controls and the window.
fCompress (Function)
Compresses a file.
TreeInsert (Function)
Inserts a leaf into a TreeView control at a specific position.
HCancelDeclaration (Function)
Used 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)....
zipIsMulti (Function)
Returns the type of archive: single-part archive or multi-part archive.
wsRequest (Type of variable)
The wsRequest type is used to define the advanced characteristics of a Webservice.
Constants for managing XLS files
List of constants used by the functions for managing XLS files....
xlsOpen (Function)
Opens an Excel file (xls or xlsx files).
Server (Property)
The Server property is used to manage the data source of a connection (HFSQL Client/Server, OLE DB, etc.)....
xmlNode (Type of variable)
The xmlNode type is used to handle a node of an XML document.
EXE constants
List of constants used by the functions for managing executables....
ExecuteProcess (Function)
Starts the execution of a process programmatically, i.e. without the user having to perform any particular action in the interface.
The different types of buttons in a window
WINDEV and WINDEV Mobile include 5 types of buttons......
Events associated with Button controls
List of events associated with Button controls...
Data source (Type of variable)
A Data source variable is used to describe a temporary data source (query, view, alias, ...)
Configuring and running the action plans
When the action plans are deployed, you have the ability to configure their activation mode....
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)....
HAdd (Function)
Adds: the record found in memory into the data file (query or view). the record found in a Record variable into the data file (query or view)....