FMX.Grid.TCustomGrid.ImagesChanged

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure ImagesChanged; virtual;

C++

virtual void __fastcall ImagesChanged();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FMX.Grid.pas
FMX.Grid.hpp
FMX.Grid TCustomGrid

Description

It notifies the Grid that the attached TImageList or related ImageIndex was changed. So, the Grid have to refresh all cells that use images from this ImageList.

See Also