Changeset 397
- Timestamp:
- May 22, 2016, 12:19:33 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Components/ComponentsTestForm.pas
r145 r397 49 49 Button16: TButton; 50 50 Image1: TImage; 51 DirectoryListBox1: TCustomDirectoryListBox; 51 52 Button15: TButton; 52 53 Panel1: TPanel; … … 116 117 ControlScrolling, 117 118 ACLResourceUtility, 118 ACLStringUtility,119 119 RichTextPrintUnit, 120 120 RichTextStyleUnit, 121 ACLLanguageUnit; 121 ACLLanguageUnit, 122 CharUtilsUnit, 123 DebugUnit; 122 124 123 125 {$R DialogIcons} … … 145 147 4 ); 146 148 147 Memo1.Lines.Add( Str NPas( p, l ) );149 Memo1.Lines.Add( StrPasWithLength( p, l ) ); 148 150 149 151 StrDispose( p ); … … 516 518 TCustomDirectoryListBox, TCustomFilelistBox, TListBox, TRadioGroup 517 519 , TEdit, TSpeedButton, TPanel, THeaderControl, TMemo, TImage]); 520 521 SetLogAspects('LogDebug'); 518 522 End.
Note:
See TracChangeset
for help on using the changeset viewer.