TIEIPTCInfoList.AddStringItem
Declaration
function AddStringItem(RecordNumber: Integer; DataSet: Integer; Value: AnsiString): Integer;
Description
Adds a string (textual information) with the specified
RecordNumber and
DataSet.
Result is the index of the new item, where the first item in the list has an index of 0.
Example
// Add string item
n := ImageEnView1.IO.Params.IPTC_Info.AddStringItem( 2, 120, 'Test' );