Changeset 133 for trunk/Forms/UFormContact.pas
- Timestamp:
- Apr 10, 2022, 1:39:35 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormContact.pas
r131 r133 502 502 procedure TFormContact.TabSheetGeneralShow(Sender: TObject); 503 503 begin 504 EditFullName.Text := Contact.Fields[cfFullName];504 UpdateEditNoOnChange(EditFullName, Contact.Fields[cfFullName]); 505 505 EditNickName.Text := Contact.Fields[cfNickName]; 506 506 EditEmail.Text := Contact.Fields[cfEmail];
Note:
See TracChangeset
for help on using the changeset viewer.