TSRVViewProperty.TableIconDelay

<< Click to display table of contents >>

TSRVViewProperty.TableIconDelay

Specifies the period of time for which a table "icon" is still visible after the user moved the mouse pointer outside a table.

property TableIconDelay: LongWord;

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 this period of time.

This value is measured in milliseconds.

Default value:

3000

See also:

TSRichViewEdit.OnTableIconClick

TableIconPopupMenu