ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Using objects
To access a class, the object must be declared as being part of the class to handle, this is called object instantiation......
Help system properties
The properties of help system are used to define......
Data model editor: Describing a connection
Any program developed with WINDEV, WEBDEV or WINDEV Mobile can easily access......
OLE DB driver for HFSQL Classic and HFSQL Client/Server - License agreement
Pinned (Property)
The Pinned property is used to: Pin a control: the position of the pinned control will be relative to the visible area of its container and not to the content area. Determine if a control is pinned....
<Connection variable>.ConnectionQuality (Function)
Returns the quality level of connection: the higher the level is, the faster the connection will be.
Example for creating a select query
This help page explains how to create two select queries......
Information about a control found in a window or in a page
The window editor and the page editor allow you to get information about the controls used....
Handling a status bar in the window editor
This help page presents the different operations that can be performed in a status bar......
WinCopyForm (Function)
Copies the content of a form into the clipboard.
fLoadResource (Function)
Loads the content of a resource from a library.
HConnectionQuality (Function)
Returns the quality level of connection: the higher the level is, the faster the connection will be.
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....
Flexbox example: automatic control layout
Flexbox controls allow arranging controls exactly as desired when the browser is resized......
Programming a WEBDEV drop-down menu
Once the drop-down menu of your site is created, all you have to do is associate an action with each menu option......
The groups of controls
A group of controls is a set of controls grouped together in order for their characteristics (their visible status for example) to be modified (or checked) in a single operation by programming......
MenuState (Function)
Identifies the state of a menu option (context menu or drop-down menu): active, inactive or invisible.
Address (Property)
The Address property is used to: Establish a connection between the Conference control (and the associated stream) and the receiver. This property is equivalent to StreamConnect. Get the address of the last outgoing connection request....
Page constants
List of constants used by page functions....
fTrackDirectory (Function)
Detects the modifications performed on the content of a directory.
Chart control: "Details" tab
Regardless of the editor (window, page or report), the "Details" tab found in the description window of Chart control is used to describe......
NumberAccessiblePages (Property)
The NumberAccessiblePages property is used to get the number of pages currently loaded in a PDF Reader or Word Processing control.
Positioning table
Positioning the elements in a page is simplified by the use of a positioning table (HTML table)......
4. When to use the debugger?
Drop-down button
The drop-down button expands: a context menu. a popup window....