TCustomRichViewEdit.OnSmartPopupClick

<< Click to display table of contents >>

TCustomRichViewEdit.OnSmartPopupClick

Occurs when user clicks "smart popup" button.

type

  TRVSmartPopupClickEvent = procedure (Sender: TCustomRichView;

    Button: TCustomControl) of object;

property OnSmartPopupClick: TRVSmartPopupClickEvent;

(introduced in version 10)

This event allows implementing your own effect when clicking "smart popup" button (or on pressing ShortCut). If you use menu, it's not necessary to process this event.