FMX.Controls3D.TControl3D.Visible
Delphi
property Visible: Boolean read FVisible write SetVisible default True;
C++
__property bool Visible = {read=FVisible, write=SetVisible, default=1};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | FMX.Controls3D.pas FMX.Controls3D.hpp |
FMX.Controls3D | TControl3D |
Description
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.