ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Link control properties
The Link control is available in a page and in a report......
<Document variable>.ToText (Function)
Creates a character string with the data of a Document variable.
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).
The Sidebar control
The Sidebar control gives access to different options......
Overview of OOP (Object Oriented Programming)
The object-oriented programming (called "OOP") is a programming paradigm in which the programs are organized as sets of objects......
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....
Handling Organization Chart controls programmatically
<String type>.BufferToHexa (Function)
Converts an Ansi or Unicode string to a hexadecimal string (e.g.: "4A 5B 00").
StringRetrieve (Function)
Retrieves a character string in a format external to PC Soft (character string that is the result of a Windows API for example).
Animation of controls
WINDEV and WINDEV Mobile allow you to animate the controls found in a window......
WinGiveSuitableHeight (Function)
Returns the height of a window, adapted to the content of controls.
Ribbon control functions
The following functions are used to manage the Ribbon controls:...
WinGiveSuitableWidth (Function)
Returns the width of a window, adapted to the content of controls.
PanelLoadConfiguration (Function)
Restores the configuration of the Dockable Panel controls in a window.
7. Available controls in a window
WINDEV Mobile includes several types of controls...
ListView control properties
List of properties associated with the ListView control...
Sidebar control properties
List of properties associated with the Sidebar control...
ActiveX control properties
List of properties associated with the ActiveX control...
Cube control properties
List of properties associated with the Cube control...
Carousel control properties
List of properties associated with the Carousel control...
WEBDEV Page control properties
The following properties are associated with WEBDEV Page controls ......
Calculated control properties
List of properties associated with the Calculated control...
Z-index of a control
All the controls in a window or report have a different z-index......
Border of controls
One of the most important elements of control style is its border......
ExtractStringBetween (Function)
Allows you to: extract a substring between two given separators from a character string. search for substrings between two given separators in a character string....