ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SysInstance (Function)
Returns the instance of a module.
Memory area management functions
The following functions are used to handle the certificates:...
OpenAPIToHTTP (Function)
Builds the HTTP request to call a function of an API. It can then be sent using HTTPSend.
TreeGetIndex (Function)
Returns the index of an element (node or leaf) in a TreeView control.
HTMLFindElementByTag (Function)
Searches for elements that correspond to a tag in an HTML document (or an HTML node).
fGraphicFilter (Example)
Usage example of the fGraphicFilter function
xlsMsgError (Example)
Usage example of the xlsMsgError function
BrowserOpen (Function)
Opens a web page identified by its URL in a new browser.
ContactSearch (Function)
Searches for a contact in a Lotus Notes or Outlook address book.
DriveSendFile (Function)
Sends a file (present on the user's machine) to an Drive (remote disk)....
WLanguage procedure called by ConfirmAsynchronous
Procedure ("Callback") called by ConfirmAsynchronous when the user clicks one of the buttons in the dialog box.
WLanguage procedure called by OKCancelAsynchronous
Procedure ("Callback") called by OKCancelAsynchronous when the user clicks one of the buttons in the dialog box. This procedure can be a local, global, internal or lambda procedure.
<TreeView Table column>.SearchChild (Function)
Searches for a value in a column of a TreeView Table control, in a specified branch.
Events associated with Breadcrumb controls
List of events associated with Breadcrumb controls...
Accessing HFSQL files via SAMBA on Linux
A specific setting is required to access the HFSQL files via Samba on Linux......
Signature control properties
A Signature control can be handled in a report by the following WLanguage properties......
SaaS administrator - Adding a client
Adding a SaaS client account is used to make a SaaS site available to the users......
BreadcrumbModifyLink (Function)
Modifies a link in a Breadcrumb control.
CompleteDir (Function)
Adds a backslash to the end of a string, if necessary.
BitwiseNOT (Function)
Returns the result of the bitwise logical NOT operation of a value.
Error 1011: To access the global member of the class, use ClassName::MemberName
AppServerAddScheduledTask (Function)
Adds a new scheduled task to the application (site or webservice).
TreeIdentifier (Function)
Returns the identifier associated with an element (node or leaf) in a TreeView control.
OpenSSLCheck (Function)
Checks, via a public key, that the signature of data performed with the OpenSSL library is correct.
Parameters of the procedure used by TreeListItem
Procedure ("Callback") called by TreeListItem for each "child" element found. This procedure can be a local, global or internal procedure.