Vcl.Controls.TControlActionLink.IsPopupMenuLinked

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function IsPopupMenuLinked: Boolean; virtual;

C++

virtual bool __fastcall IsPopupMenuLinked();

Properties

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

Description

Retrieves whether the action controls the popup menu for the client.

IsPopupMenuLinked retrieves whether the action, associated by the control action link to the client (control), controls the popup menu of the client.

IsPopupMenuLinked returns True if the action is a TCustomControlAction object (can have a popup menu) and the current popup menus for the action and client are the same, False otherwise.

See Also