Changeset 52 for trunk/UCore.pas
- Timestamp:
- Dec 3, 2021, 8:50:43 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/UCore.pas
r49 r52 374 374 if not Assigned(NewContact) then begin 375 375 NewContact := TContact.Create; 376 NewContact.Assign(TempFile.Contacts[I]); 376 377 NewContact.Parent := TContactsFile(DataFile); 377 NewContact.Assign(TempFile.Contacts[I]);378 378 TContactsFile(DataFile).Contacts.Add(NewContact); 379 379 Inc(Result.New);
Note:
See TracChangeset
for help on using the changeset viewer.