FMX.ImgList.TCustomDestinationItem.CreateLayers

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function CreateLayers: TLayers; virtual;

C++

virtual TLayers* __fastcall CreateLayers();

Properties

Type Visibility Source Unit Parent
function protected
FMX.ImgList.pas
FMX.ImgList.hpp
FMX.ImgList TCustomDestinationItem

Description

This virtual method must create a Layers collection.

CreateLayers is called from the Create class constructor.

The current implementation simply calls TLayers.Create. Override this method if you want to create a collection of your own type.

See Also