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/UFormCompare.pas

    r129 r134  
    334334  Ext := ExtractFileExt(AFileName);
    335335  if Ext = VCardFileExt then begin
    336     with TVCardFile.Create do
     336    with TVCardFile.Create(nil) do
    337337    try
    338338      LoadFromFile(AFileName);
Note: See TracChangeset for help on using the changeset viewer.