Changeset 31 for trunk/UCore.pas
- Timestamp:
- Nov 25, 2021, 1:18:44 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/UCore.pas
r30 r31 364 364 Result.Loaded := TempFile.Contacts.Count; 365 365 for I := 0 to TempFile.Contacts.Count - 1 do begin 366 NewContact := TContactsFile(DataFile).Contacts.Search(TContact(TempFile.Contacts[I]).F ullName);366 NewContact := TContactsFile(DataFile).Contacts.Search(TContact(TempFile.Contacts[I]).Fields[cfFullName]); 367 367 if not Assigned(NewContact) then begin 368 368 NewContact := TContact.Create;
Note:
See TracChangeset
for help on using the changeset viewer.