Ignore:
Timestamp:
Apr 9, 2022, 11:52:13 AM (2 years ago)
Author:
chronos
Message:
  • Added: TVCard as TComponent descendant.
  • Modified: TContactsFile renamed to TVCardFile and moved into separate file.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/UFormMain.pas

    r127 r129  
    7676
    7777uses
    78   UCore, UFormContacts, UContact;
     78  UCore, UFormContacts, UVCard, UVCardFile;
    7979
    8080resourcestring
     
    121121    CoolBar1.AutosizeBands;
    122122
    123     FormContacts.Contacts := TContactsFile(Core.DataFile).Contacts;
     123    FormContacts.Contacts := TVCardFile(Core.DataFile).VCard.Contacts;
    124124    FormContacts.ManualDock(Self, nil, alClient);
    125125    FormContacts.Align := alClient;
Note: See TracChangeset for help on using the changeset viewer.