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

    r456 r830  
    55uses
    66  Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
    7   fAutoSz, StdCtrls, ORCtrls, ORFn;
     7  fAutoSz, StdCtrls, ORCtrls, ORFn, VA508AccessibilityManager;
    88
    99type
     
    5555    begin
    5656      ResizeFormToFont(TForm(frmNoteConsult));
    57       frmNoteConsult.lstRequests.Items.Assign(AConsultList);
     57      FastAssign(AConsultList, frmNoteConsult.lstRequests.Items);
    5858      frmNoteConsult.ShowModal;
    5959      Result := frmNoteConsult.FSelectedRequest;
Note: See TracChangeset for help on using the changeset viewer.