ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

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.
EndProgram (Function)
Ends the execution of the current program.
The Check Box control
A Check Box can correspond to......
Brochure of new features: Common new features
New features in WINDEV/WEBDEV/WINDEV Mobile 28 presented in the New Features brochure....
New Features brochure - Version 28: Common new features
New features in WINDEV/WEBDEV/WINDEV Mobile 28 presented in the New Features brochure....
WEBDEV User Groupware: Tips
This help page contains different programming tips for the User Groupware in WEBDEV......
ExecuteRefreshUIParent
Immediately executes the "Request for refreshing the display" event of the parent.
ControlToSource (Function)
Assigns the control value to the source of a control link.
HLockFile (Function)
Locks a data file and restricts the access to this data file for all other sites or applications.
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.
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)....
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....
<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)....
WinAnimationClosing (Function)
Modifies the type and duration of the animation used when closing the application windows.
RequestRefreshUI
Requests the execution of the "Request for refreshing the display" event (and gives back control without waiting for the execution of the event).
Link functions
Link functions are used to link the interface with the data files (and vice versa). These functions are as follows:...
Enumeration and Combination items
WINDEV, WEBDEV and WINDEV Mobile propose the Enumeration and Combination types......
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.
dCopy (Function)
Copies an image to another image.
RequestUpdateUIParent (Function)
Asks to run the "Request for refreshing the display" process of parent. This function is kept for backward compatibility.
OLECreateCopy (Function)
Associates an OLE control with an OLE object while specifying a base file.
Declaring and using a variable
A variable is defined by name and type......
Encrypt (Function)
Encrypts a character string in binary format or in ASCII format.
HLockRecNum (Function)
Locks a record and restricts the access to this record for all the other applications.