ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Programming overview in C and C++
Several print modes are available for a report.
FlexShrink (Property)
The Property FlexShrink allows you to know and modify the reduction factor of a control present in a row of a control Flexbox.
diagGroup (Type of variable)
The diagGroup type is used to define all the advanced characteristics of a group of shapes in a Diagram Editor control.
diagImage (Type of variable)
The diagImage type is used to define all the advanced characteristics of a diagram shape created from an image.
websocketClient (Type of variable)
The websocketClient type is used to identify and define all the advanced characteristics of a client connected to a WebSocket server.
diagPath (Type of variable)
The diagPath type is used to define all the advanced characteristics of a Path shape (equivalent to a polygon that can include rounded lines).
Handling an OLE control by programming
WINDEV enables you to handle an OLE control by programming......
MapPolyline (Type of variable)
The MapPolyline type is used to define the characteristics of a line composed of several segments to be drawn on the map displayed in a Map control.
INIRead (Example)
Usage example of the INIRead function
12. Pages in practice
Step 2: Files to install
The setup program creation wizard allows you to select the files that will be installed with the site......
Compatibility between external components and deployed applications
A component can evolve in many ways......
ByReference (Property)
The ByReference property is used to determine if a procedure parameter was passed by reference.
StatusBarAddCell (Function)
Adds a new cell to the status bar of the current window.
OpenDocumentAsynchronous (Function)
Opens a document using the appropriate editor
sfUndeleteResult (Type of variable)
The sfUndeleteResult type is used to find out the result of SFUndelete...
Diagram (Type of variable)
The Diagram type is used to define all the advanced characteristics of a diagram that can be edited in the Diagram Editor control.
TableListChild (Function)
Lists the "children" of a node and the "child" elements of these "children" in a TreeView Table control.
diagRectangle (Type of variable)
The diagRectangle type is used to define all the advanced characteristics of a shape of type Rectangle.
ExecuteProcess (Function)
Starts the execution of a process programmatically, i.e. without the user having to perform any particular action in the interface.
picRTF (Type of variable)
The picRTF type is used to define all the advanced characteristics of a layer that contains RTF.
TreeListItem (Function)
Lists the "children" of a node and the "child" elements of these "children" in a TreeView control.
diagOval (Type of variable)
The diagOval type is used to define all the advanced characteristics of a shape of type Oval.
htmlDocument (Type of variable)
The htmlDocument type is used to define all the advanced characteristics of an HTML document.
WINDEV Mobile: Overview
WINDEV Mobile is a development environment for PC that allows you to develop......
MyControl (Reserved word)
The MyControl keyword represents the control that holds the process being executed.