FMX.Grid.TGlyphColumn.GlyphInterface

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property GlyphInterface: IGlyph read FGlyph;

C++

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

Properties

Type Visibility Source Unit Parent
property public
FMX.Grid.pas
FMX.Grid.hpp
FMX.Grid TGlyphColumn

Description

Reference to a glyph interface supported by the PresentedControl using this glyph column and the current data model.

See Also