ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

HCancelBackup (Function)
Cancels a current backup.
fFind (Function)
Finds a character string or a buffer in a file opened by fOpen.
dChord (Function)
Draws the chord of a circle (intersection between an ellipse and a straight line): in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
ListAdd (Function)
Adds an element to a List Box, ListView or Combo Box control populated programmatically.
JavaExecute (Example)
Usage example of the JavaExecute function
HInfoViewRights (Function)
Gets the rights granted to a user or group on an SQL view or on a materialized view.
HFSQL views
An HFSQL view corresponds to a "memory image" of an HFSQL table......
NotifPushSend (Function)
Sends a push notification to a mobile device (iOS or Android).
HCopyRecord (Function)
Copies: the content of the current record (loaded in memory) to the current table record. the content of the Record variable to the current table record....
fAddBuffer (Function)
Adds the content of a buffer at the end of a file.
HUnlockFile (Function)
Unlocks the records of a table: locked by HLockFile. individually locked by a locking read function....
XMLInsertElement (Function)
Inserts an XML element (tag or attribute) into an XML document.
HashFile (Function)
Calculates the Hash of a file according to a specific algorithm.
fAddText (Function)
Adds the content of a character string at the end of a file.
Using ODBC on HFSQL Classic via JDBC
The ODBC driver on HFSQL Classic is used to access an HFSQL Classic database from an external database software that supports ODBC accesses......
fMerge (Function)
Merges several files into a single one.
HDeleteUser (Function)
Deletes a user associated with a connection to the HFSQL server.
HListUser (Function)
Returns the list of users defined for a connection.
Decrypt (Function)
Decrypts a character string that was encrypted by Encrypt.
WinSize (Function)
WinSize: returns or modifies the window display mode (maximized, minimized or normal), modifies the window height and/or width, moves the window and modifies a window's height and/or width....
diffCreate (Function)
Compares two buffers and creates a buffer containing the differences between these two buffers.
FullName (Property)
The FullName property is used to find out the full name: of a control. of a window. of a menu option. of a table column....
BackgroundStyle (Property)
The BackgroundStyle property is used to get and modify the background style of cells in tables and/or TreeView Tables....
DisplayedItemImage (Property)
The DisplayedItemImage property is used to: Get the item that corresponds to the image displayed in a ListView control. Change the item that corresponds to the image displayed in a ListView control....