Changeset 8 for trunk/Forms/UFormContacts.pas
- Timestamp:
- Feb 1, 2018, 12:51:32 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormContacts.pas
r3 r8 110 110 if FormContact.ShowModal = mrOK then begin 111 111 Contact := TContact.Create; 112 Contact.Parent := Contacts.ContactsFile; 112 113 FormContact.SaveData(Contact); 113 114 Contacts.Add(Contact); … … 171 172 if Assigned(Contacts) then 172 173 ListView1.Items.Count := Contacts.Count 173 else ListView1. Clear;174 else ListView1.Items.Count := 0; 174 175 ListView1.Refresh; 175 176 end;
Note:
See TracChangeset
for help on using the changeset viewer.