FMX.Controls3D.TProxyObject.Visible
Delphi
property Visible: Boolean read FVisible write SetVisible default 1;
C++
__property Visible = {default=1};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | published | FMX.Controls3D.pas FMX.Controls3D.hpp |
FMX.Controls3D | TProxyObject |
Description
Specifies whether the control appears onscreen.
FMX.Controls3D.TProxyObject.Visible inherits from FMX.Controls3D.TControl3D.Visible. All content below this line refers to FMX.Controls3D.TControl3D.Visible.
Specifies whether the control appears onscreen.
Use the Visible property to control the visibility of the control at run time. If Visible is True, the control appears onscreen, otherwise it does not appear onscreen.