Changeset 132 for trunk/Packages/VCard


Ignore:
Timestamp:
Apr 10, 2022, 11:18:50 AM (2 years ago)
Author:
chronos
Message:
  • Fixed: TObject invalid typecast problem with generics.
Location:
trunk/Packages/VCard
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/Packages/VCard

    • Property svn:ignore
      •  

        old new  
        11lib
         2VCard.pas
  • trunk/Packages/VCard/UVCard.pas

    r131 r132  
    44
    55uses
    6   Classes, SysUtils, Dialogs, LazUTF8, Base64, Graphics,
     6  Classes, SysUtils, Dialogs, LazUTF8, Base64, Graphics, UCommon,
    77  Generics.Collections, Generics.Defaults;
    88
     
    139139    property Encoding: TPropertyEncoding read GetEncoding write SetEncoding;
    140140  end;
    141 
    142   TObjects = TObjectList<TObject>;
    143141
    144142  { TContactProperties }
     
    262260
    263261uses
    264   UQuotedPrintable, UCommon;
     262  UQuotedPrintable;
    265263
    266264const
  • trunk/Packages/VCard/VCard.lpk

    r131 r132  
    3030      <Other>
    3131        <CompilerMessages>
    32           <IgnoredMessages idx5071="True"/>
     32          <IgnoredMessages idx6058="True" idx5071="True" idx3124="True" idx3123="True"/>
    3333        </CompilerMessages>
    3434      </Other>
Note: See TracChangeset for help on using the changeset viewer.