<< Click to display table of contents >> TSRichViewEdit.GetTableIconItem |
The function returns the table for which the "icon" (rectangle in the top left corner) is displayed.
function GetTableIconItem: TRVTableItemInfo;
This method can be used in OnTableIconClick event.
If a table icon is not displayed, the function returns nil.
Table icon is displayed when the user moves the mouse pointer above the table, if ViewProperty.UseTableIcons=True.