Changeset 119 for trunk/UContactImage.pas
- Timestamp:
- Feb 18, 2022, 2:53:31 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/UContactImage.pas
r112 r119 261 261 Modified := True; 262 262 Photo := Contact.Fields[FieldIndex]; 263 if (Photo <> '') and (PhotoProperty.Encoding <> '') then begin263 if (Photo <> '') and (PhotoProperty.Encoding <> veNone) then begin 264 264 Stream := TMemoryStream.Create; 265 265 try … … 295 295 if Url <> '' then begin 296 296 Contact.Fields[FieldIndex] := Url; 297 PhotoProperty.Encoding := '';297 PhotoProperty.Encoding := veNone; 298 298 end else begin 299 PhotoProperty.Encoding := VCardBase64;299 PhotoProperty.Encoding := veBase64; 300 300 Stream := TMemoryStream.Create; 301 301 try
Note:
See TracChangeset
for help on using the changeset viewer.