FMX.Controls.Presentation.TPresentedControl.SetVisible
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.