ImageEn, unit iexFolderTree

TOnPopupMenuEvent

TOnPopupMenuEvent

Declaration

TOnPopupMenuEvent = procedure(Sender: TObject; Node: TIEFolderNode; var Allow: Boolean) of object;

Description

Occurs before the popup menu is shown for a folder node. Set Allow to False to suppress the menu.

See Also

OnPopupMenu
PopupMenuUseSystem