Changeset 132 for trunk/Packages/Common/UCommon.pas
- Timestamp:
- Apr 10, 2022, 11:18:50 AM (3 years ago)
- Location:
- trunk/Packages/Common
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Packages/Common
- Property svn:ignore
-
old new 1 1 lib 2 Common.pas
-
- Property svn:ignore
-
trunk/Packages/Common/UCommon.pas
r127 r132 7 7 {$IFDEF UNIX}baseunix,{$ENDIF} 8 8 Classes, SysUtils, StrUtils, Dialogs, Process, LCLIntf, Graphics, 9 FileUtil ; //, ShFolder, ShellAPI;9 FileUtil, Generics.Collections; //, ShFolder, ShellAPI; 10 10 11 11 type 12 TObjects = TObjectList<TObject>; 12 13 TArrayOfByte = array of Byte; 13 14 TExceptionEvent = procedure(Sender: TObject; E: Exception) of object;
Note:
See TracChangeset
for help on using the changeset viewer.