FMX.ActnList.TActionLink.Glyph

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Glyph: IGlyph read FGlyph;

C++

__property _di_IGlyph Glyph = {read=FGlyph};

Properties

Type Visibility Source Unit Parent
property protected
FMX.ActnList.pas
FMX.ActnList.hpp
FMX.ActnList TActionLink

Description

Reference to the IGlyph interface of Client.

Glyph is nil if Client is undefined or does not support the IGlyph interface.

See Also