ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

dLoadImage (Function)
Loads an image in an Image variable from a memo, a file or a binary buffer.
State (Property)
The State property gets and sets the state of an element.
HReset (Function)
Initializes: one or all variables of file items with their default values. one or all items of a Record variable with their default values....
HSavePosition (Function)
Stores the current file context: current record, filter, pointers.
HFileExist (Function)
Determines: whether a file exists, which means whether it was physically created (HCreation or HCreationIfNotFound). whether a view or a query was defined....
HUnlockRecNum (Function)
Unlocks a record locked by: HLockRecNum, a read function used with a locking parameter (HRead associated with the hLockWrite or hLockReadWrite constant for example)....
HCross (Function)
Crosses a record in a table.
HFree (Function)
Transforms the crossed records (HCross) into deleted records.
HCopyRecord (Example)
Usage example of the HCopyRecord function
YesNo (Function)
Displays a message in a standard dialog box that proposes "Yes" and "No" and returns the user's choice....
Directory (Property)
The Directory property is used to manage the physical directory of HFSQL files.
HSetMemo (Function)
Used to modify the management mode of memo items.
HInfoMemo (Function)
Returns the characteristics of binary and text memos.
Image control in a window
This help page presents the characteristics of an Image control found in a window...
HModifyFileProperty (Function)
Modifies the properties of an HFSQL file located on a server.
HRecordDate (Function)
Returns the date and time of the last write operation performed on a record in an HFSQL file (Classic or Client/Server)....
HTransactionIsolation (Function)
Configures the isolation level of transactions for a connection to an HFSQL server.
Dynamic audit
The dynamic audit of an application analyzes its runtime performance......
HListServerTrigger (Function)
Lists the different triggers available on a connection or on one of the connection files.
FTPCommand (Function)
Sends a specific FTP command to a server.