Changeset 112 for trunk/UContactImage.pas
- Timestamp:
- Feb 15, 2022, 9:42:57 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/UContactImage.pas
r108 r112 295 295 if Url <> '' then begin 296 296 Contact.Fields[FieldIndex] := Url; 297 PhotoProperty.Encoding := ''; 297 298 end else begin 298 299 PhotoProperty.Encoding := VCardBase64; … … 322 323 Url := ''; 323 324 Used := False; 325 Modified := True; 324 326 end; 325 327 … … 332 334 Url := ''; 333 335 Used := True; 336 Modified := True; 334 337 finally 335 338 Free;
Note:
See TracChangeset
for help on using the changeset viewer.