Changeset 35 for trunk/Forms/UFormContact.pas
- Timestamp:
- Nov 25, 2021, 3:04:55 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormContact.pas
r33 r35 197 197 Photo := Contact.Fields[cfPhoto]; 198 198 if (Photo <> '') and (PhotoProperty.Encoding <> '') then begin 199 Photo := PhotoProperty.GetDecodedValue;200 199 Stream := TMemoryStream.Create; 201 200 try
Note:
See TracChangeset
for help on using the changeset viewer.