ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Events associated with the controls of a report
The events associated with the controls of a report are as follows......
WinAdaptHeight (Function)
Adapts the window height to the content of controls.
WinAdaptWidth (Function)
Adapts the window width to the content of controls.
PanelEnumerate (Function)
Enumerates the Dockable Panel controls in a window.
StyleDrawCaptionGrayed (Function)
Customizes how text is drawn in grayed out controls.
Properties associated with reports and controls
List of properties associated with the reports and their controls...
gpwEnumControl (Function)
Enumerates the controls found in a window or page.
WinAdaptSize (Function)
Adapts the window size to the content of controls.
Toolbar control properties
List of properties associated with the Toolbar control...
Splitter control properties
List of properties associated with the Splitter control...
OLE control properties
List of properties associated with an OLE control...
Window controls
Several types of controls can be used in a window, ......
Handling a Popup control through programming
The popup being a control of the page, you have the ability to access: the page controls from the popup. the popup controls from the page....
Modified (Property)
The Modified property is used to determine if a control or group of controls has been modified by the user (keyboard or mouse input).
Link control properties
The Link control is available in a page and in a report......
Editable reports
The report editor can be used to create form reports, which include different controls allowing users to enter data......
7. Layouts using the Flexbox control
Thumbnail (Property)
The Thumbnail property can be used on: the items of an HFSQL data file. For more details, see Thumbnail property on items. the Thumbnail controls (WEBDEV only). For more details, see Thumbnail property on Thumbnail controls....
Events associated with TreeView Table controls
List of events associated with the TreeView Table controls...
Count (Property)
Count keyword can correspond to: the Count function. This function returns the number of occurrences of a control in a window, page or group of controls. The Count property, which returns a number of elements. This property can be used on: the controls of a window or page. For more details, see Count. a xmlNode variable. a JSON variable....
EditCaret (Function)
Modifies the standard hover cursor for all the edit controls of the application.
Animation of controls
WINDEV and WINDEV Mobile allow you to animate the controls found in a window......
Handling a Carousel control through programming
WINDEV allows you to handle a Carousel control through programming......
Handling Organization Chart controls programmatically
"Long press" optional event
The optional event "Long press/Open context menu" is run during a long press on the controls of a window......