System.ImageList.TBaseImageList.Loaded

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Loaded; override;

C++

virtual void __fastcall Loaded();

Properties

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

Description

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

See Also