ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

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....
The Contact structure
The Contact structure is a preset structure of WLanguage (no declaration is required)......
saasSubscription (Type of variable)
The saasSubscription type is used to define the advanced characteristics regarding the subscription of a SaaS client account to a pricing.
FileToArray (Function)
Fills an array of classes or structures with the content of an HFSQL data file or query.
NotifPushSend (Function)
Sends a push notification to a mobile device (iOS or Android).
ThreadEnd (Function)
Ends the execution of the current thread.
JSONToVariant (Function)
Converts a JSON string to a Variant variable.
wsRequest (Type of variable)
The wsRequest type is used to define the advanced characteristics of a Webservice.
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.
HFSQL properties
List of HFSQL properties...
Opening a help file (CHM, HTML or PDF)
There are several ways to open a help file......
EmailNbMessage (Function)
Returns the number of incoming messages currently found: on the email server (POP3 protocol only). in the Outlook messaging software....
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.
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......
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.