FMX.Controls.Presentation.TPresentedControl.SetVisible
Delphi
procedure SetVisible(const Value: Boolean); override;
C++
virtual void __fastcall SetVisible(const bool Value);
Eigenschaften
Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
---|---|---|---|---|
procedure function |
protected | FMX.Controls.Presentation.pas FMX.Controls.Presentation.hpp |
FMX.Controls.Presentation | TPresentedControl |
Beschreibung
Sendet eine PM_SET_VISIBLE
-Botschaft an die Darstellungsschicht über den Darstellungs-Proxy mit Value
als neuen Sichtbarkeitswert.