Vcl.ExtActns.TDownLoadURL.Visible

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Visible: Boolean read FVisible write SetVisible default 1;

C++

__property Visible = {default=1};

Properties

Type Visibility Source Unit Parent
property published
Vcl.ExtActns.pas
Vcl.ExtActns.hpp
Vcl.ExtActns TDownLoadURL

Description


Stores whether the action's representation is visible.

Vcl.ExtActns.TDownLoadURL.Visible inherits from System.Actions.TContainedAction.Visible. All content below this line refers to System.Actions.TContainedAction.Visible.

Stores whether the action's representation is visible.

Visible specifies the visible state for the action (True means visible, False means invisible).

This Visible value is propagated to clients of the action.