API:FMX.Layers3D.TCustomLayer3D.SetVisible

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetVisible(const Value: Boolean); override;

C++

virtual void __fastcall SetVisible(const bool Value);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FMX.Layers3D.pas
FMX.Layers3D.hpp
FMX.Layers3D TCustomLayer3D

Description

Protected setter implementation for the Visible property.

FMX.Layers3D.TCustomLayer3D.SetVisible inherits from FMX.Controls3D.TControl3D.SetVisible. All content below this line refers to FMX.Controls3D.TControl3D.SetVisible.

Protected setter implementation for the Visible property.

See Also