FMX.Controls3D.TControl3D.IsVisible

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property IsVisible: Boolean read FVisible;

C++

__property bool IsVisible = {read=FVisible, nodefault};

Properties

Type Visibility Source Unit Parent
property public
FMX.Controls3D.pas
FMX.Controls3D.hpp
FMX.Controls3D TControl3D

Description

Indicates whether the control is visible.

IsVisible is True when the control is visible. Use Visible to modify the visibility of the control.

See Also