ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

The key items
Keys are specific items in your analysis......
ParentObject (Function)
Identifies the "parent" of a graphic object: control, column, window, page, ...
TreeListItem (Function)
Lists the "children" of a node and the "child" elements of these "children" in a TreeView control.
DiagramGroup (Function)
Creates a group from the elements selected in the Diagram Editor control.
RibbonCloseGrouping (Function)
Closes the group currently open in a Ribbon control.
ExecutionCompleted (Property)
The ExecutionCompleted property is used to determine whether the execution of a query or view (HFSQL Classic or Client/Server) is completed....
fCurrentDrive (Function)
Gets or sets the current drive.
HLockRecNum (Function)
Locks a record and restricts the access to this record for all the other applications.
HTMLEdit (Property)
The HTMLEdit property is used to: find out whether a Word Processing control is displayed in optimized mode for HTML editing, modify a Word Processing control to display it (or not) in optimized mode for HTML editing....
Events associated with internal windows
List of events associated with internal windows...
C#: Call to WLanguage procedure
A global procedure in WLanguage can be directly called from the code of a global procedure in C#......
Various constants
List of various constants....
WebSocketClientConnectSSL (Function)
Establishes an SSL connection between the client and a WebSocket server.
5. Loops
WINDEV Tutorial - WLanguage basics Lesson 5 - Loops - 15 min
Managing pinned projects
The home window of WINDEV, WEBDEV and WINDEV Mobile allows you to manage the pinned projects when opening an existing project......
Handling a Scrollbar control through programming
WINDEV allows you to handle a Scrollbar control through programming......
Stored procedures and queries (HFSQL Client/Server)
The stored procedures are used to simplify the development and the maintenance of your applications by factorizing the code......