ImageEn, unit iexBitmaps

TIEIPTCInfoList.AddBufferItem

TIEIPTCInfoList.AddBufferItem

Declaration

function AddBufferItem(RecordNumber: Integer; DataSet: Integer; Buffer: Pointer; BufferLength: Integer): Integer;

Description

Adds a memory buffer (non-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 buffer item
n := ImageEnView1.IO.Params.IPTC_Info.AddBufferItem( 2, 120, buff, buffLen );