TCustomdxBarSubItem.DoPopup Method
Generates the OnPopup event.
Declaration
procedure DoPopup; dynamic;
Remarks
This method is called when a sub item opens. Descendants can override DoPopup to perform specific actions on opening a menu.
See Also