<< Click to display table of contents >> TSRVViewProperty.UseTableIcons |
Specifies whether table "icons" should be displayed for tables.
property UseTableIcons: Boolean;
A table "icon" (a rectangle at the top left corner) is displayed when the user moves the mouse pointer inside a table (TRVTableItemInfo), if UseTableIcons=True.
Even when the user moves the mouse pointer outside a table, this icon is still visible for TableIconDelay.
When the user right-clicks this icon, TableIconPopupMenu is displayed. Besides, TSRichViewEdit.OnTableIconClick occurs on clicking.
The table for the displayed icon is returned by TSRichViewEdit.GetTableIconItem. A document where this table is located is returned by TSRichViewEdit.GetTableIconRVData.
Default value:
True