ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Error 301: Unknown identifier
HCheckStructure (Function)
Defines the mode for comparing data files.
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)....
<Source>.LinkMemo (Function)
Used to associate a file with a binary memo item or to cancel the existing link between a file and a binary item.
The SOAP structure
To pass parameters to a procedure run on a SOAP server, WINDEV is using the following structure......
HCreationIfNotFound (Function)
Performs the following operations: If the file does not exist, creates an empty data file (".FIC" file) with the index file and the memo file if necessary. The function is equivalent to HCreation. If the file exists, opens the file....
<Connection variable>.ModifyFileProperty (Function)
Modifies the properties of an HFSQL data file located on a server.
HMode (Function)
Changes the mode and the method for locking data files.
Handling a Range Slider through programming
WINDEV allows you to handle a Range Slider control through programming......
AutoLineWrap (Property)
The AutoLineWrap property is used to: determine if the automatic line wrap feature is enabled in a multiline Edit control, in a column of a Table or TreeView control or in a row header of a Pivot Table control. set the line wrap mode in a multiline Edit control, in a column of a Table or TreeView control or in a row header of a Pivot Table control....
<Connection variable>.TransactionIsolation (Function)
Configures the isolation mode of transactions for a connection to an HFSQL server.
Currencies
A currency is a real coded on 10 bytes....
Reloading a document
To reload a document, ......
5. Project configuration
<zipArchive variable>.DeleteFileList (Function)
Deletes a list of files from an archive.
<zipArchive variable>.ExtractAll (Function)
Extracts all files from an archive and decompresses them.
Activation key management functions
The following functions are used to manage activation keys:...
16. Application test in practice
HTransactionIsolation (Function)
Configures the isolation mode of transactions for a connection to an HFSQL server.
UploadStart (Function)
Starts sending the selected files into an Upload control.
BurnerErase (Function)
Erases the files found on a rewritable CD or DVD.
Setup via physical media
A setup by physical media allows you to give to the hosting company a media containing all the files required to install the site on a server......
Events associated with breaks
Le menu contextuel d'un champ de saisie propose une option "Définir comme 1er champ en saisie"......
InsertColumn (Function)
Inserts a column at a given position into an advanced two-dimensional array property (xlsDocument, ...).
Check: Disk space by SNMP
The monitoring robot retrieves the available disk space via an SNMP agent......