ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Handling the report blocks through programming
Each report block is associated with different events......
Drag and Drop from the explorer
The Drag and Drop from the explorer consists in selecting one or more files in the Windows explorer and in transferring them into a control of a WINDEV window......
<WDPic variable>.DrawSlice (Function)
Draws a section of a circle or an ellipse in a WDPic variable.
<WDPic variable>.DrawRectangle (Function)
Draws a rectangle in a WDPic variable.
TitleHeight (Property)
The TitleHeight property gets and sets: the height of the title for the columns of a Table or TreeView Table control. the height of the title bar of a Dockable Panel control. the height of the title bar of a window with a custom title bar....
ChangeTarget (Function)
Changes the target of a button action.
<picLayer variable>.DrawArc (Function)
Draws a circle arc or an ellipse arc in a picLayer variable.
<picLayer variable>.DrawCircle (Function)
Draws a circle or an ellipse in a picLayer variable.
Type (Property)
The Type property is used to get: the type of element (data file or item) defined programmatically or in the data model editor, view or query. the type of object. the type of data held in a Variant....
Combo Box columns in Table controls
A Table control (populated programmatically, based on a data file or based on a variable) can include Combo Box columns......
9. Sharing a project in practice
Sharing a project in practice...
ExecuteAncestor (Function)
When the code is overridden, used to run the process of the template corresponding to the process of the current control.
TelemetryDisable (Function)
Disables the telemetry. The telemetry data is not sent to the server anymore.
SpeechSynthesisStop (Function)
Stops all the current read operations on the engine for speech synthesis.
DisplayEnabled (Property)
The DisplayEnabled property is used to: determine whether or not a control or window is refreshed. If the control is displayed, its content is refreshed regularly. refresh a control or window....
SpeechSynthesisInProgress (Function)
Used to find out whether a read operation is in progress on the engine for speech synthesis.
Telemetry management functions
The following functions are used to manage the telemetry:...
HDescribeConnection (Function)
Describes a new connection to an external database.
8. Sharing a project in practice
Report based on an SQL query with data accessed via a connection (ODBC, etc.)
A report based on an SQL query with data accessed via a connection can print records from a database accessible via a specific ODBC driver or via a Native Connector......
VisualEffect (Property)
The VisualEffect property allows you to apply a visual effect on a control or group of controls in a window.
Vertical (Property)
The Vertical property is used to: determine if a control is oriented horizontally or vertically. change the orientation of Table and Looper controls (switch from vertical to horizontal and conversely)....
ProgressBarColor (Property)
The ProgressBarColor property is used to get and change the progress color in the following controls and elements: Progress Bar control, Progress Bar column, Progress Bar cell, infinite Progress Bar control....
Sorted (Property)
The Sorted property is used to: Determine whether a control is sorted. Sort a control or not....
CompactToolbar (Property)
The CompactToolbar property is used to: determine if the window toolbars are compacted. compact (or not) the toolbars....