FMX.Types.IControl.Visible
Delphi
property Visible: Boolean read GetVisible write SetVisible;
C++
__property bool Visible = {read=GetVisible, write=SetVisible};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | FMX.Types.pas FMX.Types.hpp |
FMX.Types | IControl |
Description
Specifies whether the component appears onscreen.
Implement GetVisible and SetVisible to get and set the Visible property.