ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

SourceFile (Property)
The SourceFile property is used to set the characteristics of a link.
LinkedFile (Property)
The LinkedFile property is used to set the characteristics of a link.
ExecuteRefreshUIParent
Immediately executes the "Request for refreshing the display" event of the parent.
PopupClose (Function)
Hides a popup displayed in the page via PopupDisplay.
Link functions (prefix syntax)
Link functions are used to link the interface with the data files (and vice versa)....
RequestRefreshUI
Requests the execution of the "Request for refreshing the display" event (and gives back control without waiting for the execution of the event).
<Source>.UnlockFile (Function)
Unlocks the records of a data file: locked by HLockFile. individually locked by a locking read function....
<Source>.UnlockRecNum (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.
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.
HUnlockFile (Function)
Unlocks the records of a data file: 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)....
fClose (Function)
Closes an external file.
RequestUpdateUIParent (Function)
Asks to run the "Request for refreshing the display" process of parent. This function is kept for backward compatibility.
WinAnimationOpening (Function)
Modifies the type and duration of animations used when opening the application windows.
The Tab control
The Tab control is used to simultaneously display different controls......
dCopy (Function)
Copies an image to another image.
Link functions
Link functions are used to link the interface with the data files (and vice versa). These functions are as follows:...
WinAnimationNext (Function)
Modifies the type and duration of animations used when opening and closing the next window.
RequestUpdateUI (Function)
Requests the execution of the "Request for refreshing the display" event (and gives back control without waiting for the execution of the event). This function is kept for backward compatibility.
WinAnimationClosing (Function)
Modifies the type and duration of the animation used when closing the application windows.
Value (Property)
The Value property is used to: Find out and modify the value of a report control. Find out and modify the value of a control or the title of a window. Find out the identifier of a stream. Find out and modify the value of a control or the title of a page....
Context menu of windows (AAF)
The popup menu of the windows (right mouse click on the window) contains the following options......
ControlClone (Function)
Creates a new control from an existing control.
<Source>.LockFile (Function)
Locks a data file and restricts the access to this data file for all other sites or applications.