FMX.Grid.TGlyphColumn.OnGetImageIndex

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnGetImageIndex: TGetImageIndexEvent read FOnGetImageIndex write SetOnGetImageIndex;

C++

__property TGetImageIndexEvent OnGetImageIndex = {read=FOnGetImageIndex, write=SetOnGetImageIndex};

Properties

Type Visibility Source Unit Parent
event published
FMX.Grid.pas
FMX.Grid.hpp
FMX.Grid TGlyphColumn

Description

Custom defined event handler that should return an index of the image corresponding to Value in a list of images specified in TGrid.Images.

See Also