FMX.ImgList.TGlyphImageLink.Glyph

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Glyph: IGlyph read FGlyph;

C++

__property Fmx::Actnlist::_di_IGlyph Glyph = {read=FGlyph};

Properties

Type Visibility Source Unit Parent
property public
FMX.ImgList.pas
FMX.ImgList.hpp
FMX.ImgList TGlyphImageLink

Description

The IGlyph interface type reference to the Owner object specified in the Create constructor as the owner of this TGlyphImageLink link.

See Also