TRVSmartPopupProperties.Popup [FMX]

<< Click to display table of contents >>

TRVSmartPopupProperties.Popup [FMX]

A link to TPopup component to display when the user clicks a button or presses ShortCut.

property Popup: TPopup;

Alternatively, you can:

process TCustomRichViewEdit.OnSmartPopupClick event to execute a command or display a dialog;

assign Menu property.

You can change this property in TCustomRichViewEdit.OnCaretMove (to create the proper button for the item at the position of the caret).

If both Popup and Menu are assigned, Popup is displayed.