FMX.ImgList.TGlyph.Visible
Delphi
property Visible;
C++
__property Visible = {default=1};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | published | FMX.ImgList.pas FMX.ImgList.hpp |
FMX.ImgList | TGlyph |
Description
Specifies whether the component appears onscreen.
The general behavior is described in TControl.Visible. The specific implementation of Visible in the TGlyph class is discussed in AutoHide.