System.ImageList.TBaseImageList.Updated

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Updated; override;

C++

DYNAMIC void __fastcall Updated();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
System.ImageList.pas
System.ImageList.hpp
System.ImageList TBaseImageList

Description

Executes the inherited TComponent.Updated, then, if the image list is changed, it calls Change.

See Also