Changeset 132 for trunk/Packages/VCard/UVCard.pas
- Timestamp:
- Apr 10, 2022, 11:18:50 AM (3 years ago)
- Location:
- trunk/Packages/VCard
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Packages/VCard
- Property svn:ignore
-
old new 1 1 lib 2 VCard.pas
-
- Property svn:ignore
-
trunk/Packages/VCard/UVCard.pas
r131 r132 4 4 5 5 uses 6 Classes, SysUtils, Dialogs, LazUTF8, Base64, Graphics, 6 Classes, SysUtils, Dialogs, LazUTF8, Base64, Graphics, UCommon, 7 7 Generics.Collections, Generics.Defaults; 8 8 … … 139 139 property Encoding: TPropertyEncoding read GetEncoding write SetEncoding; 140 140 end; 141 142 TObjects = TObjectList<TObject>;143 141 144 142 { TContactProperties } … … 262 260 263 261 uses 264 UQuotedPrintable , UCommon;262 UQuotedPrintable; 265 263 266 264 const
Note:
See TracChangeset
for help on using the changeset viewer.