ImageEn, unit iexMetaHelpers

TIOParamsHelper.IPTC_WriteToStrings

TIOParamsHelper.IPTC_WriteToStrings


Declaration

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


Description

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

Result is true if the image has any IPTC fields.


Example

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