Vcl.Controls.TControlActionLink.IsEnableDropdownLinked

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function IsEnableDropdownLinked: Boolean; virtual;

C++

virtual bool __fastcall IsEnableDropdownLinked();

Properties

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

Description

Retrieves whether the action controls the enabled state of the client's drop-down menu.

IsEnableDropdownLinked retrieves whether the action, associated by the control action link to the client (control), controls the enabled state of the drop-down menu of the control action link's client.

IsEnableDropdownLinked returns True if the action is a TCustomControlAction object (can have a drop-down menu that can be enabled or disabled), False otherwise.

See Also