ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

TablePrint (Function)
Prints the content of the specified Table control without having to create a report based on the Table control.
PrintedSheet (Property)
Within a report, the PrintedSheet property is used to get and change the sheet of a Spreadsheet control to be printed.
<Table>.Print (Function)
Prints the content of the specified Table control without having to create a report based on the Table control.
RTFSelection (Function)
Modifies or lists attributes of text currently selected in an control RTF (from a window or report WINDEV).
EmailReset (Function)
Resets all the variables of the email structure or all the variables of an Email variable.
Password (Property)
The Password property can be used: on the edit controls (or on the text table columns) to find out whether the control is a "Password" control or to modify the "Password" type of the control. on the connections (HFSQL Client/Server, OLE DB, etc.) to define the password of the user who uses the connection....
Copying controls from the report editor
The controls can be copied from the report editor......
Binding a List Box control to an item
A List Box control can be bound to an item in a data file, query, etc....
HTML table
The HTML table is a control used to easily create specific layouts in the HTML pages......
Parameter of a procedure/function
You have the ability to pass parameters to a procedure....
AJAX: Overview
The AJAX technology is available in native mode in WEBDEV and in the PHP sites developed with WEBDEV......
GranularityGridlines (Property)
The GranularityGridlines property gets and changes the size of the grid that defines the gridlines in a Scheduler or Organizer control in a report.
Handling Spreadsheet controls programmatically (in a window)
Spreadsheet controls can be handled programmatically......
Report based on a Table control
A report based on a Table control is used to directly print the information displayed in the Table control (based on a data file or populated programmatically)......
Report based on a Looper control
A report based on a Looper control is used to directly print the information displayed in the control......
grStartAngle (Function)
Sets the starting angle of the first section in the following types of chart: Pie, Semi-circular or Donut. Sunburst. Radial Bar chart....
<Chart>.StartAngle (Function)
Sets the starting angle of the first section in the following types of chart: Pie, Semi-circular or Donut. Sunburst. Radial Bar chart....
Body Complement block
The Body complement block is linked to the Body block......
DriveCopyFile (Function)
copy a single file from the remote disk to another directory on the remote disk.
The "Column" charts
The data is interpreted as "columns" whose height is proportional to the value of data......
Sorts in a report
The sort is used to organize the information displayed in the report......
Value (Property)
The Value property is used to: Find out and modify the value of a report control. Find out and modify the value of a control or the title of a window. Find out the identifier of a stream. Find out and modify the value of a control or the title of a page....
<Variable Drive>CopyFile (Function)
copy a single file from the remote disk to another directory on the remote disk.
FutureHeight (Property)
The FutureHeight property is used to determine how high an auto-resizing control in a report will be after being enlarged.
How to save and retrieve an image in a binary memo