FMX.StdCtrls.TButton.Visible
Delphi
property Visible;
C++
__property Visible = {default=1};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | published | FMX.StdCtrls.pas FMX.StdCtrls.hpp |
FMX.StdCtrls | TButton |
Description
Specifies whether the component appears onscreen.
FMX.StdCtrls.TButton.Visible inherits from FMX.Controls.TControl.Visible. All content below this line refers to FMX.Controls.TControl.Visible.
Specifies whether the component appears onscreen.
Use the Visible property to control the visibility of the control at run time. If Visible is True, the control appears. If Visible is False, the control is not visible.