API: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.

FMX.ImgList.TGlyphImageLink.Change inherits from System.ImageList.TImageLink.Change. All content below this line refers to System.ImageList.TImageLink.Change.

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

The image link object calls Change taking into account the IgnoreImages or IgnoreIndex properties.

Change calls the OnChange event handler, if it is assigned.

See Also