ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

<Connection variable>.DisconnectClient (Function)
Displays a message on the Client computer(s) and disconnects the application.
NotesDeleteItem (Function)
Deletes the specified item from the current document in Lotus Notes.
HCreateServerTrigger (Function)
Adds or modifies a server trigger on the HFSQL server.
AppVersionInfo (Function)
Returns information about a version available on the setup server.
Handling List Box controls programmatically (prefix syntax)
WINDEV, WEBDEV and WINDEV Mobile allow you to programmatically handle List Box controls....
<Connection variable>.ActivateServerTrigger (Function)
Re-enables a server trigger that was disabled by HDeactivateServerTrigger.
HTMLOpen (Function)
Creates an htmlDocument variable from an HTML document.
CertificateExtractExtensionValue (Function)
Returns the value of a certificate extension.
<Connection variable>.AddLink (Function)
Adds an integrity rule between two files on the server.
<Connection variable>.LoadParameter (Function)
Reads a parameter that was saved from a stored procedure by HSaveParameter.
<Connection variable>.CopyFile (Function)
Copies an HFSQL data file (.fic, .ndx and .mmo files if they exist): from the HFSQL server to the server (to perform a backup for example). from the HFSQL server to the client (to perform a local backup for example). from the client to the HFSQL server (to update the data files for example). from an HFSQL server to antoher HFSQL server....
<Connection variable>.StartServerUpdate (Function)
Used to immediately start the automatic server update.
NotesModifyItem (Function)
Modifies the specified item of the current document in Lotus Notes.
<Connection variable>.DeactivateServerTrigger (Function)
Disables a HFSQL Client/Server server trigger on a server....
<Connection variable>.DuplicateDatabase (Function)
Duplicates the database associated with a connection on an HFSQL server.
<Connection variable>.SendMessageToClient (Function)
Displays a message on the client computers.
<Connection variable>.InfoView (Function)
Returns information about a materialized view.
MenuMark (Function)
Positions the checkmark in front of the menu option (popup menu or drop-down menu).
MenuIsMarked (Function)
Used to find out whether a checkmark is displayed in front of a menu option (popup menu or drop-down menu).
MenuUnMark (Function)
Removes the checkmark displayed in front of the menu option (popup menu or drop-down menu).
TimeToInteger (Function)
Converts a time to an integer.
EventDestroy (Function)
Explicitly destroys an event.
HDBOpen (Function)
Opens the xBase data file and the "memo" file if it exists.
sInExitQueue (Function)
Retrieves the number of bytes waiting to be transferred in the output buffer of the specified serial port or parallel port.
ScheduledTask structure
The ScheduledTask structure is used to define the characteristics of a scheduled task......