ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

fSep (Function)
Returns the separator of directory according to the current platform ('\' or '/')....
eDefaultMemCurrency (Function)
Identifies or modifies the stored currency used by default.
SQLDisconnect (Function)
Closes the current connection and frees the memory used by the connection.
Handling a Progress Bar control through programming
A Progress Bar control can be handled through programming......
HTTPRequest (Function)
Starts an HTTP request on a server.
DeleteAll (Function)
Deletes all the 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....
HCopyRecord (Function)
Copies: the content of the current record (loaded in memory) to the current data file record. the content of the Record variable to the current data file record....
dbgSaveDebugDump (Function)
Saves a dump file of the application.
HChangeConnection (Example)
Usage example of the HChangeConnection function
HDeleteAll (Function)
Deletes all records from a table, an HFSQL view or a query.
HAdd (Function)
Adds: the record found in memory into the table (query or view). the record found in a Record variable into the table (query or view)....
eDefaultViewCurrency (Function)
Identifies or modifies the display currency used by default.
EmailDeleteMessage (Function)
Deletes the current email using the current protocol (POP3, IMAP, MS Exchange, Lotus Notes or Outlook).
fWrite (Function)
Writes: a character string to an external file. a memory section....
The Signature control
The Signature control is a report control used to sign......
QuickAction (Variable type)
The QuickAction type allows you to define all the advanced characteristics of a quick action of an app on Android (app shortcut) or iOS (Quick Action).
Encryption (Property)
The Encryption property allows you to manage the type of encryption used between Client computers and an HFSQL server.
Today (Function)
Returns or modifies the system date (current date defined on the current computer).
Overview of HFSQL Cluster
HFSQL Cluster is a database server intended to be deployed on several servers......
IntegerToDate (Function)
Converts an integer into a date in YYYYMMDD format.
TwainToControl (Function)
Allows you to : view the document coming from the Twain device in an Image control. view the document coming from the Twain device in the user interface of device....
Handling a Popup control through programming
The popup being a control of the page, you have the ability to access: the page controls from the popup. the popup controls from the page....
WDMap: Printing records
WDMAP allows you to print the records found in a data file......