RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TPopupList.Remove Method

Removes a popup menu from the list.

Pascal
procedure Remove(Popup: TPopupMenu);
C++
__fastcall Remove(TPopupMenu Popup);

Do not call the Remove method. It is called automatically by popup menus from their destructors, to remove themselves from the list. 

 

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