ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

fClose (Function)
Closes an external file.
HClose (Function)
Closes either a table or all tables opened by the current user: all corresponding physical tables are closed for the current user.
PopupClose (Function)
Hides a popup displayed in the page via PopupDisplay.
Link functions
Link functions are used to link the interface with the tables and vice versa. These functions are as follows:...
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)....
EndProgram (Function)
Ends the execution of the current program.
Word processing: Features
This page lists the available and forthcoming features of the Word Processing control......
DomoOpen (Function)
Used to establish a connection with a X10 interface.
WinAnimationOpening (Function)
Modifies the type and duration of animations used when opening the application windows.
WinAnimationNext (Function)
Modifies the type and duration of animations used when opening and closing the next window.
WinAnimationClosing (Function)
Modifies the type and duration of the animation used when closing the application windows.
The Tab control
The Tab control is used to simultaneously display different controls......
dCopy (Function)
Copies an image to another image.
Enumeration and Combination items
WINDEV, WEBDEV and WINDEV Mobile propose the Enumeration and Combination types......
Private Store for mobile applications
There are two methods two deploy your applications......