System.ImageList.TBaseImageList.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 TBaseImageList

Description

Call Change after any changes in the image list.

Change calls DoChange. If the instance is in a csLoading, csDestroying or csUpdating state, then DoChange is not called immediately; it is called after the end of updating or loading operation.

See Also