TIEMarkerList.InsertMarker
Declaration
procedure InsertMarker(Index: Integer; Data: PAnsiChar; Marker: Byte; DataLen: Word);
Description
Add a marker to the middle of the marker array. The
Index parameter is a zero-based index.
Example
ImageEnView1.IO.Params.JPEG_MarkerList.InsertMarker( 0, buf, buflen );