Ignore:
Timestamp:
Feb 4, 2018, 12:47:01 PM (6 years ago)
Author:
chronos
Message:
  • Added: Status bar with number of contacts.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/UFormContacts.pas

    r8 r13  
    6868  if Assigned(Contacts) and (Item.Index < Contacts.Count) then
    6969  with TContact(Contacts[Item.Index]) do begin
    70     Item.Caption := FirstName;
     70    Item.Caption := FullName;
     71    Item.SubItems.Add(FirstName);
    7172    Item.SubItems.Add(MiddleName);
    7273    Item.SubItems.Add(LastName);
Note: See TracChangeset for help on using the changeset viewer.