FMX.Grid.TCustomGrid.Images

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Images: TCustomImageList read GetImages write SetImages;

C++

__property Fmx::Imglist::TCustomImageList* Images = {read=GetImages, write=SetImages};

Properties

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

Description

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