ImageEn, unit iexMetaHelpers

TIOParamsHelper.EXIF_WriteToStrings

TIOParamsHelper.EXIF_WriteToStrings


Declaration

function TIOParamsHelper.EXIF_WriteToStrings(Dest : TStrings) : Boolean;


Description

Fills a TStrings object with the EXIF properties of the current image in the format:
Description: Value

Result is true if the image has any EXIF fields.


Example

// Output the EXIF properties of the current image to a TMemo
ImageEnView1.IO.Params.EXIF_WriteToStrings( memo1.Lines );