TCustomdxBarSubItem.DoCloseUp Method
Generates the OnCloseUp event.
Declaration
procedure DoCloseUp; dynamic;
Remarks
This method is called upon closing a sub item. Descendants can override DoCloseUp to perform specific actions on closing a submenu.
See Also