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

    r456 r830  
    55uses
    66  Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
    7   fAutoSz, ORCtrls, ComCtrls, StdCtrls, ORFn;
     7  fAutoSz, ORCtrls, ComCtrls, StdCtrls, ORFn, VA508AccessibilityManager;
    88
    99type
     
    5454    SortByPiece(tmpList, U, 3);
    5555    InvertStringList(tmpList);
    56     frmNoteIDParents.lstIDParents.Items.Assign(tmpList);
     56    FastAssign(tmpList, frmNoteIDParents.lstIDParents.Items);
    5757    frmNoteIDParents.ShowModal;
    5858    Result := frmNoteIDParents.FParentNode;
Note: See TracChangeset for help on using the changeset viewer.