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

Retrieved from "https://docwiki.embarcadero.com/Libraries/Tokyo/e/index.php?title=FMX.Controls.Presentation.TPresentedControl.SetVisible&oldid=695251"