Difference between revisions of "ChangeReportWidth"
From SCAR Divi Manual
Line 5: | Line 5: | ||
==Availability== | ==Availability== | ||
− | SCAR Divi 3.00 > 3. | + | SCAR Divi 3.00 > 3.34 |
*Before SCAR Divi 3.25, this function changed the width of the report box to '''Width'''. | *Before SCAR Divi 3.25, this function changed the width of the report box to '''Width'''. |
Latest revision as of 11:09, 25 July 2012
Contents
Definition
procedure ChangeReportWidth(Width: Integer);
Availability
SCAR Divi 3.00 > 3.34
- Before SCAR Divi 3.25, this function changed the width of the report box to Width.
Description
A dummy function, it does not perform any action, it provides backwards compatibility to compile older scripts.
Example
begin ChangeReportWidth(200); end.