FMX.Grid.TGrid.Images

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Images: TCustomImageList read GetImages write SetImages;

C++

__property Images;

Properties

Type Visibility Source Unit Parent
property published
FMX.Grid.pas
FMX.Grid.hpp
FMX.Grid TGrid

Description

Specifies the list of images associated with this grid control.

FMX.Grid.TGrid.Images inherits from FMX.Grid.TCustomGrid.Images. All content below this line refers to FMX.Grid.TCustomGrid.Images.

Specifies the list of images associated with this grid control.

Images from the Images collection can be shown in cells of the TGlyphColumn type column.

See Also