ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Handling a dynamic tab through programming (prefix syntax)
WINDEV allows you to handle Dynamic Tab controls with the TabXXX functions and with multiple WLanguage properties......
HDuplicateDatabase (Function)
Duplicates the database associated with a connection on an HFSQL server.
Advanced types
The advanced types of WLanguage are as follows...
CaseSensitive (Property)
The CaseSensitive property is used to determine if the different searches performed on the item distinguish between uppercase and lowercase characters (with HReadSeek, HReadSeekFirst and HReadSeekLast, for example).
Constants used for managing the multi-touch
Constants for managing the multi-touch...
Constants used by the functions for managing Tab controls
SCM: Migrating projects
When changing the version of the development tool, the projects found in the SCM must be migrated to this new version......
Insert (Function)
Inserts an element at a given position: into a one-dimensional WLanguage array. into an associative array. into an advanced array property (array of gglCalendar events, etc.). into a WLanguage list....
Delete (Function)
Deletes an element at a given position: from a one-dimensional WLanguage array. from an advanced array property (array of gglCalendar events, etc.). from an associative array. from a WLanguage list....
SaaSAdminListPricing (Function)
Lists the pricing of a SaaS site.
SaaSAdminModifyClientConnection (Function)
Modifies the connection to the client database for a SaaS site.
SaaSSendSecurityCode (Function)
Sends the security code to the user so that he can change his password.
BTLEDisconnect (Function)
Used to disconnect from a Bluetooth Low Energy device.
<Array>.DeleteAll (Function)
Deletes all elements: from a one-dimensional or two-dimensional WLanguage array. from an associative array. from the advanced array property (array of gglCalendar events, ...). from a WLanguage queue. from a WLanguage stack. from a WLanguage list....
<Array>.Delete (Function)
Deletes an element at a given position: from a one-dimensional WLanguage array. from an advanced array property (array of gglCalendar events, etc.). from an associative array. from a WLanguage list....
ArrayDeleteAll (Function)
Deletes all elements: from a one-dimensional or two-dimensional WLanguage array. from an associative array. from an advanced array property (array of gglCalendar events, etc.). from a WLanguage queue. from a WLanguage stack. from a WLanguage list....
ArrayDelete (Function)
Deletes an element at a given position: from a one-dimensional WLanguage array. from an advanced array property (array of gglCalendar events, etc.). from an associative array. from a WLanguage list....
<Variable Drive>CopyFile (Function)
copy a single file from the remote disk to another directory on the remote disk.
EmailReadLast (Function)
Reads the last incoming email according to the protocol used (POP3 or IMAP, MS Exchange, Lotus Notes or Outlook).
Recompiling the project
The project compilation is a process used to......
Edit options of a report
The report editor allows you to......
WDInst: configuring the interface of setup program
By default, WDInst (the setup editor) proposes a standard setup program (the wallpaper corresponds to a gradient shade of blue and no slide is displayed......
HJSONToRecord (Function)
Imports JSON data into the current record.
HCheckMemo (Function)
Checks the structural integrity of memos in an HFSQL data file.
HRecordToXML (Function)
Retrieves the structure and the value of the current record and exports them into a character string in XML format.