System.ImageList.TBaseImageList.Updated

From RAD Studio API Documentation
Revision as of 07:45, 29 May 2015 by Roxanac (talk | contribs) (English Review - RS-59844)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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