TChunkedText.InsertTextChunk

function InsertTextChunk(font: TFontCache; index: integer; const chunk: UnicodeString; fontColor: TColor32 = clBlack32; backColor: TColor32 = clNone32): TTextChunk;


InsertTextChunk inserts the supplied text chunk at the supplied index using the supplied font and styles.

See Also

TTextChunk