ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

The Splitter control
The Splitter control is used to divide a window into several distinct areas...
MonthNumberInAlpha (Function)
Returns the name of the month according to its number.
Data source (Type of variable)
A Data source variable is used to describe a temporary data source (query, view, alias, ...)
ZOrder (Property)
The ZOrder property gets and sets the Z-order of an element.
Encrypt (Function)
Encrypts a character string in binary format or in ASCII format.
DayNumberInAlpha (Function)
Returns the name of the day of the week according to its number.
fRemoveDir (Example)
Usage example of the fRemoveDir function
HTTPCookieReset (Function)
Deletes all cookies (globally or for a domain) stored: by the calls to HTTPRequest. by the calls to HTTPSend....
HOpenAnalysis (Function)
Opens an analysis in HFSQL Classic format.
HRestorePosition (Function)
Restores the context of a previously saved file (HSavePosition): current record, filter, pointers.
HListItem (Function)
Returns the list of items: found in a data file ( a query or a view) known to the HFSQL engine. The data files defined by HDeclare, HDeclareExternal and HDescribeFile are taken into account. found in a Record variable....
HDescribeConnection (Function)
Describes a new connection to an external database.
LanguageDescribed (Property)
The LanguageDescribed property is used to set the language used to compare and sort Unicode items (Unicode Text item or Unicode Text Memo item).
InitParameter (Function)
Initializes the management of persistent values.
ProfilerStart (Function)
Starts "collecting information" for the performance profiler.
BurnerAddDirectory (Function)
Adds all the files found in a directory to the compilation.
HImportXML (Function)
Imports an XML file into an HFSQL Classic or Client/Server table. This table must have been defined in the data model editor, or declared with HDeclare, HDeclareExternal or HDescribeFile)....
HSimulateNetwork (Function)
Simulates the operating mode of HFSQL Client/Server on an ADSL or 3G network....
fDateTime (Function)
Returns or modifies the different dates and times associated with a file or directory (date created, modified or accessed).
iInitReportQuery (Function)
Initializes the query linked to the report (for a query with parameters).
DateToString (Function)
Converts: a date to a string in the specified format. a date time to a string in the specified format....
ServiceRestart (Function)
Restarts a service (already started).
SQLFirst (Example)
Usage example of the SQLFirst function
HChangeKey (Example)
Usage example of the HChangeKey function