ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Distributing Reports & Queries
This help page presents the operations that must be performed in order for a WINDEV application to be handled by Reports & Queries......
CacheSize (Property)
The CacheSize property is used to: Get the maximum number of records that can be stored in the cache of the Native MySQL Connector. Change the maximum number of records that can be stored in the cache of the Native MySQL Connector....
Chart constants
List of constants used by the functions for chart management....
Customize your charts: type, color, legends, etc.
Error 531: The negative or null subscripts are not allowed
Multi-page print
A report can be very wide, with a width exceeding the width of a paper sheet......
Color (Property)
The Color property is used to get or change the font color for: a Font variable. a text displayed in a Static control or in a calculated control of a report. a text displayed in a window control. a text displayed in a page control....
Ellipsis (Property)
The Ellipsis property is used to determine and change the truncation mode with ellipses in: a window control (Static, edit control, List box, Button, Combo box or Static table column). a Static control in a report....
PhotoRunApp (Function)
Starts the native camera application of the device in order to take a photo.
CameraRunApp (Function)
Starts the device's native camera application to record a video or to take a photo....
CameraVideoStart (Function)
Starts recording a video via a Camera control in an Android or iOS application.
VideoStartApp (Function)
Starts the device's native camera application to record a video or to take a photo....
<Camera>.VideoStart (Function)
Starts recording a video via a Camera control in an Android or iOS application.
Creating an interactive diagram
The Diagram Editor control allows end users to create and edit diagrams......
Check: SMART status of storage drives
The monitoring robot will measure the SMART attributes of a server's hard drives......
Image properties (help system)
At any time, you can change the characteristics of an image inserted into a help page in the image properties......
LineHeight (Property)
The LineHeight property is used to get and change the height of the rows: in a List Box control, in a ListView control (standard display mode only), in a Table control, in a Combo Box control, in a Looper control (height of the row), in an Organizer control....
TableDisplay (Function)
Refreshes a Table or TeeeView Table control from a given position: for a control linked to a file: changes made in the linked data file are reflected in the control. for a control handled programmatically: the calculated columns are re-calculated....
<Table>.Display (Function)
Refreshes a Table or TeeeView Table control from a given position: for a control linked to a file: changes made in the linked data file are reflected in the control. for a control handled programmatically: the calculated columns are re-calculated....
Retrieving the coordinates of a click in a clickable image
If the click action of the image is set to "Server call", you can get the click coordinates when the image is clicked in the browser......
Proxy (Function)
Specifies whether the communication functions that use HTTP or HTTPS must go through a proxy to execute their requests. A proxy is used to share the access to Internet between the different network computers.
Keyword properties
You can change the characteristics of a keyword at any time in the keyword properties......
Scanning a document (via a WIA driver)
Windows Image Acquisition (WIA) is a Windows device driver interface and API that allows applications to scan documents using a scanner......
Multiline (Property)
In a window or page, the Multiline property is used to: find out and modify the "Multiline" option of an Edit control. find out and modify the "Multiline" option of a column in a Table control. In a report, the Multiline property is used to determine and change the "Multiline" option of a control....
ContextMenu (Property)
The ContextMenu property is used to: Get the custom context menu of a control, window or page. Change the custom context menu of a control, window or page (or associate another context menu). Customize the system menus of the controls by adding options....