TSRichViewEdit.OnTableIconClick

<< Click to display table of contents >>

TSRichViewEdit.OnTableIconClick

Occurs when the user clicked a table "icon" (rectangle in the top left corner of table)

property OnTableIconClick: TSRVMouseEvent;

Table icon is displayed when the user moves the mouse pointer above the table, if ViewProperty.UseTableIcons=True.

This table is returned by GetTableIconItem. A document where this table is located is returned by GetTableIconRVData.