API:FMX.Controls.Presentation.TPresentedControl.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.Controls.Presentation.pas
FMX.Controls.Presentation.hpp
FMX.Controls.Presentation TPresentedControl

Description

Setter function for the Visible property.

FMX.Controls.Presentation.TPresentedControl.SetVisible inherits from FMX.Controls.TControl.SetVisible. All content below this line refers to FMX.Controls.TControl.SetVisible.

Setter function for the Visible property. Value specifies the new value of the Visible property.

See Also