Ignore:
Timestamp:
Jun 13, 2007, 8:31:36 PM (18 years ago)
Author:
RBRi
Message:

using StringUtilsUnit

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Components/ComponentsTestForm.pas

    r145 r210  
    116116  ControlScrolling,
    117117  ACLResourceUtility,
    118   ACLStringUtility,
    119118  RichTextPrintUnit,
    120119  RichTextStyleUnit,
    121   ACLLanguageUnit;
     120  ACLLanguageUnit,
     121  CharUtilsUnit;
    122122
    123123{$R DialogIcons}
     
    145145           4 );
    146146
    147   Memo1.Lines.Add( StrNPas( p, l ) );
     147  Memo1.Lines.Add( StrPasWithLength( p, l ) );
    148148
    149149  StrDispose( p );
Note: See TracChangeset for help on using the changeset viewer.