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/fxLists.pas

    r456 r830  
    55uses
    66  Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
    7   StdCtrls;
     7  StdCtrls, fBase508Form, VA508AccessibilityManager;
    88
    99type
    10   TfrmDbgList = class(TForm)
     10  TfrmDbgList = class(TfrmBase508Form)
    1111    memData: TMemo;
    1212    procedure FormKeyUp(Sender: TObject; var Key: Word;
     
    3737    begin
    3838      if AListBox is TORListBox then
    39         memData.Lines.Assign(TORListBox(AListBox).Items)
     39        FastAssign(TORListBox(AListBox).Items, memData.Lines)
    4040      else
    4141        memData.Lines.Assign(AListBox.Items);
Note: See TracChangeset for help on using the changeset viewer.