API:Vcl.VirtualImageList.TVirtualImageList.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
Vcl.VirtualImageList.pas
Vcl.VirtualImageList.hpp
Vcl.VirtualImageList TVirtualImageList

Description

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

Vcl.VirtualImageList.TVirtualImageList.Loaded inherits from System.ImageList.TBaseImageList.Loaded. All content below this line refers to System.ImageList.TBaseImageList.Loaded.

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

See Also