Vcl.Controls.TControlActionLink.SetEnableDropdown

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetEnableDropdown(Value: Boolean); virtual;

C++

virtual void __fastcall SetEnableDropdown(bool Value);

Properties

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

Description

Declares the method to set the enabled state of a drop-down menu associated with the client's control.

As implemented in TControlActionLink, SetEnableDropdown does not perform any action. In descendant classes, for example in the Vcl.ComCtrls.TToolButtonActionLink class, SetEnableDropdown sets the specified Value enabled state for a drop-down menu of the action link's client if the action, associated by the action link to the client, controls the EnableDropdown property of the client. That is, if IsEnableDropdownLinked is True.

See Also