ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Deployment diagram
A deployment diagram shows the physical layout of the hardware components (nodes) used in a system as well as the association between the executable programs and these components......
Sequence diagram
A sequence diagram represents the chronological order of messages sent and received by a set of objects......
ExecuteRefreshUI
Immediately executes the "Request for refreshing the display" event of the window, page, internal window, internal page, control template or supercontrol.
RequestRefreshUIParent
Asks to run the "Request for refreshing the display" process of parent.
Collaboration diagram
A collaboration diagram presents the structural organization of objects that send and receive messages......
GglRequest (Function)
Sends a communication request (HTTP request) to a Google service.
UI modifiable by the end user
By default, WINDEV applications allow end users to modify the interface of the application......
Printing a report on one of the printers connected to the Web Server
To print a report on one of the printers connected to the Web server, you must......
OLE DB driver for HFSQL Classic and HFSQL Client/Server - License agreement
State-transition diagram
A state-transition diagram presents a sequence of states that an object goes through during its lifecycle......
Password (Property)
The Password property can be used: on the edit controls (or on the text table columns) to find out whether the control is a "Password" control or to modify the "Password" type of the control. on the connections (HFSQL Client/Server, OLE DB, etc.) to define the password of the user who uses the connection....
DocClose (Function)
Closes a docx file and frees the document.
<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)....
Resizing a window (AAF)
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)....
WinAnimationClosing (Function)
Modifies the type and duration of the animation used when closing the application windows.
fDelete (Example)
Usage example of the fDelete function
Document (Property)
The Document property is used to identify or modify the HTML document associated with an HTML Display control or an HTML Editor control.
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.
Creating help pages
A help system includes several pages......
ControlClone (Function)
Creates a new control from an existing control.
ExecuteRefreshUIElement (Function)
Immediately executes the "Request for refreshing the display" event of the given element.
<Element>.ExecuteRefreshUI (Function)
Immediately executes the "Request for refreshing the display" event of the given element.
NoteTitle (Property)
The NoteTitle property is used to: Get the title of the notes used in the technical documentation of a control, window, page or report. Change the title of the notes used in the technical documentation of a control, window, page or report....