ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

BTLE functions
The following functions are used to handle the Bluetooth Low Energy devices:...
HListFile (Function)
Returns the list of files: found in the current analysis or in a specific analysis recognized by the HFSQL engine. The files defined by HDeclare, HDeclareExternal and HDescribeFile are taken into account. available on a connection via a native access or via an OLE DB driver. for a group of files defined in the data model editor....
Dimension (Function)
Returns the size of a variable (string, numeric, array, ...) or resizes a dynamic array.
DateTimeUTCToLocal (Function)
Converts a UTC date and time to local time (time zone, summer time, winter time).
RadioButtonAdd (Function)
Adds a new option into a Radio Button control.
zipNbPart (Function)
Returns the number of sub-archives (parts) found in an archive in CAB, RAR, ZIP, WDZ, 7z, TAR or TGZ (TAR.GZ) format.
iColumnEnd (Function)
Forces a column break in a multi-column report.
SOAPAddAttribute (Function)
Adds an attribute to an automatic variable generated by the import of a Webservice.
WiFiDeleteNetwork (Function)
Deletes a network from the list of Wi-Fi networks configured on the device.
iColumnNum (Function)
Returns the number of the current column in a multi-column report.
iParameterPDF (Example)
Usage example of the iParameterPDF function
fFind (Function)
Finds a character string or a buffer in a file opened by fOpen.
CharactTypeCount (Function)
Returns the number of characters matching a given type.
fDateTime (Function)
Returns or modifies the different dates and times associated with a file or directory (date created, modified or accessed).
INIRead (Function)
Reads the content of an INI file (or the content of a file structured like .INI files).
fRename (Function)
Modifies the name of a file.
DateSys (Function)
Returns or modifies the system date (current date defined on the current computer).
HTTPGetResult (Function)
Retrieves the result or the header of last HTTP request run.
Sort (Function)
Sorts a WLanguage array.
EmailStartSMTPSession (Function)
Starts a session for sending emails with the SMTP protocol.
Looper control functions
List of functions for managing Looper controls...
HAlias (Example)
Usage example of the HAlias function
HLinkMemo (Function)
Used to associate a file with a binary memo item or to cancel the existing link between a file and a binary item.
IntegerToDate (Function)
Converts an integer into a date in YYYYMMDD format.
HSortView (Function)
Sorts an HFSQL view by creating an index on a view item. This function uses the former view mechanism.