Vcl.ImageCollection.TImageCollectionItem.Change

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Change;

C++

void __fastcall Change();

Properties

Type Visibility Source Unit Parent
procedure
function
public
Vcl.ImageCollection.pas
Vcl.ImageCollection.hpp
Vcl.ImageCollection TImageCollectionItem

Description

Is called when an item is changed.

If a collection was changed and the changes need to be applied to the linked components (such as TVirtualImageList, TVirtualImage, or others), you should call Change method.

Use this method if you manually add items and load images to the collection without using the TImageCollection.Add methods.