ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

HCheckServerUpdate (Function)
Checks for the latest version of the HFSQL server that can be automatically updated.
Contains (Function)
Allows you to check if a substring is within a string.
GeometryCover (Function)
Determines if geometry A covers geometry B.
<Source>.Index (Function)
Rebuilds the file index (".NDX" file).
GeometryCoveredBy (Function)
Determines if every point of geometry A lies inside or on the boundary of geometry B.
Asc (Function)
Returns the ASCII code of the specified character.
FTPSend (Function)
Transfers a file or directory to an FTP server (File Transfer Protocol).
HAddLink (Function)
Adds an integrity rule between two data files on the server.
SFForwardQuery (Function)
Continues to run a SOQL query (Salesforce Object Query Language) on the records of a Salesforce database.
HSaveParameter (Function)
Saves a persistent value on the HFSQL server.
XMLBuildString (Function)
Retrieves and formats the content of an XML document (created by XMLDocument and modified by the XML functions).
GeometryContain (Function)
Determines if geometry A contains geometry B.
HRetrieveLog (Function)
Creates a text file containing the server logs between two given dates.
Scheduler control properties
A Scheduler control can be manipulated in WLanguage both in a window and in a page with the following properties....
FTPAttribute (Function)
Identifies the attributes of a file located on an FTP server (File Transfer Protocol).
EncryptAsymmetric (Function)
Encrypts a buffer using an asymmetric encryption algorithm (RSA) that requires a public key and a private key.
DecryptAsymmetric (Function)
Decrypts a buffer with a private/public key algorithm with RSA encryption....
DecryptAsymmetricEnveloped (Function)
Performs the asymmetric encryption of an envelope that has been encrypted with EncrypteAsymmetricEnveloped.