FMX.ImgList.TGlyph.Visible

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Visible: Boolean read FVisible write SetVisible stored VisibleStored default 1;

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.

See Also