System.ImageList.TImageLink.Change

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Change; virtual;

C++

virtual void __fastcall Change();

Properties

Type Visibility Source Unit Parent
procedure
function
public
System.ImageList.pas
System.ImageList.hpp
System.ImageList TImageLink

Description

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