Ignore:
Timestamp:
Apr 9, 2022, 12:13:45 PM (2 years ago)
Author:
chronos
Message:
  • Modified: Contact image unit moved into VCard package.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/UFormContact.pas

    r129 r131  
    814814  FContact := nil;
    815815  FormProperties := TFormProperties.Create(nil);
    816   FPhoto := TContactImage.Create;
     816  FPhoto := TContactImage.Create(nil);
    817817  FPhoto.FieldIndex := cfPhoto;
    818818  FPhoto.OnChange := PhotoChange;
Note: See TracChangeset for help on using the changeset viewer.