RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TControlActionLink.SetPopupMenu Method

Sets the pop-up menu for a control.

Pascal
procedure SetPopupMenu(Value: TPopupMenu); virtual;
C++
virtual __fastcall SetPopupMenu(TPopupMenu Value);

SetPopupMenu sets the pop-up menu associated with a control, and is called only if the client is linked for this event. Value specifies the pop-up menu associated. 

 

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