Vcl.Controls.TControlActionLink.SetVisible

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetVisible(Value: Boolean); override;

C++

virtual void __fastcall SetVisible(bool Value);

Properties

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

Description

Sets the specified visible state for the client of the control action link if IsVisibleLinked is True.

SetVisible sets the specified Value to the Visible property for the client's control of the control action link if the action, associated by the control action link to the client, controls the Visible property of the client. That is, if IsVisibleLinked is True.

Value specifies whether the client's control is visible.

See Also