|
TRVLabelItemInfo |
Top Previous Next |
|
TRVLabelItemInfo is a class representing "label" in TRichView documents. This is a non-text item looking like text (but it cannot be wrapped). 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: rvsLabel (-200) Unit RVLabelItem. Syntax TRVLabelItemInfo = class(TRVRectItemInfo) (introduced in version 10) Hierarchy TObject TPersistent TRVNonTextItemInfo TRVRectItemInfo Properties This item displays Text using font defined in TextStyleNo. ProtectTextStyleNo can be used to protect TextStyleNo from changing. You can set minimal possible width for this item (MinWidth) and horizontal text Alignment. You can define Cursor for this item. There are no editing-style methods for changing properties of this item. If you want to change them as an editing operation, select this label, delete the selection, then insert a new one with new properties. Related Properties of TRVStyle
Inherited Classes The following item types are inherited from this class:
See Also... Demos:
|