Vcl.Controls.TControlActionLink.SetPopupMenu

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetPopupMenu(Value: TPopupMenu); virtual;

C++

virtual void __fastcall SetPopupMenu(Vcl::Menus::TPopupMenu* Value);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls TControlActionLink

Description

Sets the specified popup menu for the client's control if IsPopupMenuLinked is True.

SetPopupMenu sets the popup menu specified by the Value parameter for the client's control of the action link if the action, associated by the action link to the client, controls the PopupMenu property of the client. That is, if IsPopupMenuLinked is True.

See Also