Ignore:
Timestamp:
Jul 7, 2010, 4:51:54 PM (14 years ago)
Author:
Kevin Toppenberg
Message:

Upgrading to version 27

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cprs/trunk/CPRS-Chart/fReportsAdhocComponent1.pas

    r456 r830  
    55uses
    66  Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
    7   ExtCtrls, StdCtrls, Grids, ORCtrls, ORfn, Buttons, fAutoSz;
     7  ExtCtrls, StdCtrls, Grids, ORCtrls, ORfn, Buttons, fAutoSz,
     8  VA508AccessibilityManager;
    89
    910type
     
    473474            begin
    474475              ORListBox1.Clear;
    475               ORListBox1.Items.Assign(uCompSubs);
     476              FastAssign(uCompSubs, ORListBox1.Items);
    476477              for i := 0 to uCompSubs.Count-1 do
    477478                uComponents.Add(IntToStr(uCurrentComponent) + '^' + uFile +
Note: See TracChangeset for help on using the changeset viewer.