Changeset 210 for trunk/Components/ComponentsTestForm.pas
- Timestamp:
- Jun 13, 2007, 8:31:36 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Components/ComponentsTestForm.pas
r145 r210 116 116 ControlScrolling, 117 117 ACLResourceUtility, 118 ACLStringUtility,119 118 RichTextPrintUnit, 120 119 RichTextStyleUnit, 121 ACLLanguageUnit; 120 ACLLanguageUnit, 121 CharUtilsUnit; 122 122 123 123 {$R DialogIcons} … … 145 145 4 ); 146 146 147 Memo1.Lines.Add( Str NPas( p, l ) );147 Memo1.Lines.Add( StrPasWithLength( p, l ) ); 148 148 149 149 StrDispose( p );
Note:
See TracChangeset
for help on using the changeset viewer.