ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

EndProgram (Function)
Ends the execution of the current program.
HClose (Function)
Closes either a table or all tables opened by the current user: all corresponding physical tables are closed for the current user.
HUnlockFile (Function)
Unlocks the records of a table: locked by HLockFile. individually locked by a locking read function....
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)....
PopupClose (Function)
Hides a popup displayed in the page via PopupDisplay.
OLESave (Function)
Saves the object found in an OLE control in binary format.
Link functions (prefix syntax)
Link functions are used to link the interface with the tables and vice versa....
WinAnimationNext (Function)
Modifies the type and duration of animations used when opening and closing the next window.
WinAnimationOpening (Function)
Modifies the type and duration of animations used when opening the application windows.
WinAnimationClosing (Function)
Modifies the type and duration of the animation used when closing the application windows.
dCopy (Function)
Copies an image to another image.
ControlClone (Function)
Creates a new control from an existing control.
DDEExecute (Function)
Sends a command that will be run on the server.
DDEUnLink (Function)
Interrupts a link between an item and a data.
DDEUpdate (Function)
Modifies a linked data.
DDERetrieve (Function)
Retrieves a data sent by a program (the recipient of the connection for the specified object).
GetActiveObject (Function)
Allows to use an Automation object already started on the current computer.