ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

WinAnimationOpening (Function)
Modifies the type and duration of animations used when opening the application windows.
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......
HClose (Function)
Closes a data file or all the data files opened by the current user: all the corresponding physical data files are closed for the current user.
fClose (Function)
Closes an external file.
PopupClose (Function)
Hides a popup displayed in the page via PopupDisplay.
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.
Enumeration and Combination items
WINDEV, WEBDEV and WINDEV Mobile propose the Enumeration and Combination types......
ControlClone (Function)
Creates a new control from an existing control.
Deploying a site (from the development computer)
Regardless of the type of site created by WEBDEV (static site or dynamic site), WEBDEV Development version allows your to automatically install the site on the server......
The Tab control
The Tab control is used to simultaneously display different controls......
ExecuteUpdateUI (Function)
Immediately executes the "Request for refreshing the display" event of the window, page, internal window, internal page, control template or supercontrol. This function is kept for backward compatibility.