Changeset 113 for tags/1.3.0/UContactImage.pas
- Timestamp:
- Feb 15, 2022, 10:11:54 AM (3 years ago)
- Location:
- tags/1.3.0
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
tags/1.3.0
-
tags/1.3.0/UContactImage.pas
r108 r113 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.