|
TCustomRichViewEdit.InsertStringTag, InsertStringWTag |
Top Previous Next |
|
The methods Insert text string s with associated Tag in the position of caret. function InsertStringTag(const s: String; Tag: Integer): Boolean; function InsertStringWTag(const s: WideString; Tag: Integer): Boolean; (introduced in version 1.6) Inserted text (one text item) has the current text and current paragraph style. Methods type: Unlike InsertText and InsertTextW,
Do not overuse this method. Use InsertText/InsertTextW when possible.
Return value: True if the insertion was successful (it can fail due to protection, or when inserting in table having multicell selection)
See also methods: See also properties: See also properties of TRVStyle: See also:
|