Ignore:
Timestamp:
Apr 10, 2022, 1:54:34 PM (2 years ago)
Author:
chronos
Message:
  • Modified: UDataFile unit moved into Common package and TDataFile class made TComponent descendant.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/UFormFindDuplicity.pas

    r129 r134  
    224224  I: Integer;
    225225begin
    226   TempContacts := TVCardFile.Create;
     226  TempContacts := TVCardFile.Create(nil);
    227227  try
    228228    for I := 0 to Contacts.Count - 1 do
Note: See TracChangeset for help on using the changeset viewer.