ChangeReportWidth

From SCAR Divi Manual
Revision as of 10:25, 28 June 2011 by Freddy (talk | contribs) (Created page with "==Definition== <source lang="scar" lines="false"> procedure ChangeReportWidth(Width: Integer); </source> ==Availability== SCAR Divi 3.00 > Current *Before SCAR Divi 3.25, this...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Definition

procedure ChangeReportWidth(Width: Integer);

Availability

SCAR Divi 3.00 > Current

  • 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.