ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

5. Project configuration
DnDCursor (Function)
Manages the mouse cursor and specifies the action allowed during Drag and Drop.
<zipArchive variable>.DeleteFileList (Function)
Deletes a list of files from an archive.
The Organization Chart control
The Organization Chart control is used to represent elements in a hierarchical way. For example: the contributors of a company according to their position. the different branches of a group with their inter-dependencies. the different steps of a manufacturing process, ......
Column of type Attribute
WINDEV and WEBDEV allow you to use columns of type "Attribute" in Table controls......
<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:...
UploadStart (Function)
Starts sending the selected files into an Upload control.
<Pivot table>.Save (Function)
Saves the result of the calculation performed in a Pivot Table control (in a file or in memory).
HDescribeLink (Function)
Describes a link between two data files through programming.
BurnerErase (Function)
Erases the files found on a rewritable CD or DVD.
Check: Disk space by SNMP
The monitoring robot retrieves the available disk space via an SNMP agent......
Pane (Property)
The Pane property is used to: Find out the pane tabs associated with a control. Define the pane tabs associated with a control....
Extension procedure
By using extension procedures, you can add your own WLanguage procedures to different types of variables (string, date, color etc.)......
SQLTransaction (Function)
Begins, commits or rolls back a transaction: on the files of a database opened by SQLConnect, on the files of a database opened by a connection (OLE DB or Native Access/Native Connector) described in the data model editor or by HOpenConnection....
fCopyFile (Function)
Copies one or more files (regardless of their attributes).
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....
ERR_NO_DLLEXE
<Source>.ExtractMemo (Function)
Extracts the content of a binary memo item from an HFSQL file, a query or an HFSQL view to a physical file (on disk).
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)....
fCompare (Function)
Compares the content of two files bit by bit.
Operations for synchronizing SCM
When creating an executable, a library or a component, ......
fMerge (Function)
Merges several files into a single one.
<Source>.CheckStructure (Function)
Defines the mode for comparing data files.
Sharing your source code with the SCM
WEBDEV Tutorial - A Source Code Manager for WEBDEV Sharing your source code with the SCM - 30 min...