FMX.ImgList.TGlyphImageLink.Change

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Change; override;

C++

virtual void __fastcall Change();

Properties

Type Visibility Source Unit Parent
procedure
function
public
FMX.ImgList.pas
FMX.ImgList.hpp
FMX.ImgList TGlyphImageLink

Description

The image link object calls Change when the Images or ImageIndex property changes.

Change calls the ImagesChanged method referenced by the Glyph interface type reference to the Owner component of this image list link. Then Change calls the inherited System.ImageList.TImageLink.Change method calling the OnChange event handler, if it is assigned.

See Also