Online Documentation for Advanced PDF Generator for RAD Studio

TRenderSequence.Create

 

TRenderSequence                


constructor Create(_Text: WideString; _Font: TFont; _Align: TRenderTextAlign = rtaLeft; _Link: String = '');

 

Description

Use this method to create a new instance of the TRenderSequence class. The _Text parameter defines an initial text in the sequence; this parameter can be set to an empty string if you create a sequence of non-textual objects. The _Font parameter defines a text font, the _Align parameter defines a text alignment. The _Link parameter defines a target link for the added text. For more information about linking see the TRenderAtom.LinkName and the TRenderAtom.LinkTarget topics.