ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Managing ports (serial ports, parallel ports, USB ports, etc.)
Several devices can be managed directly via a management of the ports used by these devices to communicate with the computer......
Managing the critical sections
Semaphores are used to limit the simultaneous execution of a code (procedure, line of code, etc....
HTTPCookieManage (Function)
Enables or disables the management of cookies in an HTTP request run: by HTTPRequest. by HTTPSend....
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....
LastDayOfYear (Function)
Returns the date of the last day of the year.
DecimalPart (Function)
Returns the decimal part of a number.
fFind (Function)
Finds a character string or a buffer in a file opened by fOpen.
fContentType (Function)
Returns the type of file according to the MIME standard (Multipurpose Internet Mail Extensions).
WinChangeAlias (Function)
Modifies the alias of a window.
Statistical functions
List of statistical functions...
ProgressBar (Function)
Displays a progress bar in the status bar of current window.
SocketConnectSSL (Function)
Used to establish a secure connection to an SSL server.
geoTrackingEnable (Function)
Enables the management of location tracking in a WINDEV Mobile application.
HTransactionList (Function)
Returns the list of current or interrupted transactions on the server for the specified connection.
H.TemporaryDirectory (Variable)
Allows you to force the directory used to store the temporary files when reindexing the HFSQL data files.
HListServer (Function)
Lists the HFSQL servers installed on a computer.
HTrackStop (Function)
Stops tracking a data file on an HFSQL server.
CountryGet (Function)
Returns the Country variable corresponding to an ISO code or to the country caption according to ISO 3166-1.
ContinentGet (Function)
Returns the Continent variable that corresponds to one of the following values: a continent constant (2-character continent code), a continent caption....
Font management properties
List of font management properties...
Compress (Function)
Compresses a string or a memory block (buffer) in binary format.
Dimension (Function)
Returns the size of a variable (string, numeric, array, ...) or resizes a dynamic array.
ControlExist (Function)
Checks the existence of a control (or group of controls) in a window, in a page or in a report.
fListDirectory (Function)
Lists the subdirectories of a given directory and returns the full paths of listed subdirectories.
XMLInsertElement (Function)
Inserts an XML element (tag or attribute) into an XML document.