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

Sends a PM_SET_VISIBLE message to the presentation layer through its presentation proxy with Value as the new visibility value.

See Also