Changeset 132 for trunk/Packages/VCard
- Timestamp:
- Apr 10, 2022, 11:18:50 AM (3 years ago)
- Location:
- trunk/Packages/VCard
- Files:
-
- 3 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 -
trunk/Packages/VCard/VCard.lpk
r131 r132 30 30 <Other> 31 31 <CompilerMessages> 32 <IgnoredMessages idx 5071="True"/>32 <IgnoredMessages idx6058="True" idx5071="True" idx3124="True" idx3123="True"/> 33 33 </CompilerMessages> 34 34 </Other>
Note:
See TracChangeset
for help on using the changeset viewer.