FMX.Controls.TControl.SetVisible
Delphi
procedure SetVisible(const Value: Boolean); virtual;
C++
virtual void __fastcall SetVisible(const bool Value);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
protected | FMX.Controls.pas FMX.Controls.hpp |
FMX.Controls | TControl |
Description
Setter function for the Visible property. Value
specifies the new value of the Visible property.