API:FMX.ImgList.TCustomImageList.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
FMX.ImgList.pas
FMX.ImgList.hpp
FMX.ImgList TCustomImageList

Description

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

FMX.ImgList.TCustomImageList.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