RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomActionPopupMenuEx.DoPopup Method

DoPopup is called before a popup action bar appears.

Pascal
procedure DoPopup(Item: TCustomActionControl); override;
C++
virtual __fastcall DoPopup(TCustomActionControl Item);

The DoPopup method is called just before a popup action bar appears. It is used by the Popup method in the TPopupActionBar class. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!