ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HCreateMovableReplica (Function)
Creates a movable replication.
Hyper File functions available for backward compatibility
HBuildKeyValue (Function)
Builds the value of a composite key to implement a filter (HFilter) or to perform a search (HReadSeekFirst, HReadSeekLast, etc.).
HConvertX (Function)
Converts a numeric value into a binary string in order to perform a search on a numeric key.
HCancelSeek (Function)
Cancels the current search criterion.
HLinkMemo (Function)
Used to associate a file with a binary memo item or to cancel the existing link between a file and a binary item.
HForward (Example)
Usage example of the HForward function
HLockRecNum (Function)
Locks a record and restricts the access to this record for all the other applications.
HChangeKey (Function)
Changes the browse item.
HChangeKey (Example)
Usage example of the HChangeKey function
HChangeConnection (Example)
Usage example of the HChangeConnection function
HChangeName (Example)
Usage example of the HChangeName function
H.NbRetry (Variable)
Indicates the number of attempts for locking the file or the record before giving control back to the program.
HCreateView (Function)
Creates an HFSQL view. This function uses the former view mechanism....
HDBIndex (Function)
Opens an xBase index file.
HDBSortType (Function)
Returns or modifies the sequence of text items in the xBase files.
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)....
HDeclare (Example)
Usage example of the HDeclare function
WDDeploy features
WDDeploy can be used to......
Constants for the archiving functions
List of constants used by the archiving functions....
EmailSaveAttachment (Function)
Copies the attachment of current email onto the user computer (locally).
EmailStartSMTPSession (Function)
Starts a session for sending emails with the SMTP protocol.
EmailStartPOP3Session (Function)
Starts a session for receiving and reading emails with the POP3 protocol.
EmailStartSession (Function)
Starts an email management session based on the selected management mode (POP3, SMTP, IMAP or MS Exchange).
tapiListen (Example)
Usage example of the tapiListen function