<< Click to display table of contents >> TRVTextBoxItemInfo |
TRVTextBoxItemInfo is a class representing text box item in TRichView documents. This item is printed as a floating box.
This is not a component. Objects of this class are created at runtime and appended to TRichView (see AddItem) or inserted into TRichViewEdit (see InsertItem). Style of this item type: rvsTextBox (-207)
Unit RVSidenote.
Syntax
TRVTextBoxItemInfo = class(TRVSidenoteItemInfo)
(introduced in version 15)
TObject
TPersistent
TRVNonTextItemInfo
TRVRectItemInfo
This is a simplified version of a sidenote. It has all properties of a sidenote, but the most of them are ignored, except for BoxPosition and BoxProperties.
A special mark can be drawn in places of insertion of text box items, see TRVStyle.FloatingLineColor.