JVCL Help:TJvCustomRichEdit.InsertFormatText@Integer@string@TFont
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvCustomRichEdit.InsertFormatText Method (Integer, string, TFont)
[+] TJvCustomRichEdit Events
[+] TJvCustomRichEdit Methods
[+] TJvCustomRichEdit Properties
Search in JVCL Help
Search in all projectsSummary
Inserts formatted text at a specific position.
Pascal
procedureInsertFormatText(Index: Integer; constS: string; constAFont: TFont = nil); overload;
procedureInsertFormatText(Index: Integer; constS: string; FontStyle: TFontStyles; constFontName: string = ; constFontColor: TColor = clDefault; FontHeight: Integer = 0); overload;
Parameters
Parameters | Description |
Index: Integer | The cursor position where the text will be inserted. If Index < 0, the text is inserted at the current SelStart position. |
const S: string | Specifies the string to insert. |
const AFont: TFont = nil | Specifies the font to use. If AFont = nil, then the current attributes at the insertion point are used. |
FontStyle: TFontStyles | Description for this parameter |
const FontName: string = | Description for this parameter |
const FontColor: TColor = clDefault | Description for this parameter |
FontHeight: Integer = 0 | Description for this parameter |
Description
Call InsertFormatText to insert formatted text at the cursor position given by parameter Index.
See Also
TJvCustomRichEdit.AddFormatText, TJvCustomRichEdit.InsertGraphic
About
Notes
This procedure does not reset the attributes after the call, i.e if you change the text color it will remain that color until you change it again.
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page