FMX.ImgList.TCustomImageList.CreateSource

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function CreateSource: TSourceCollection; virtual;

C++

virtual TSourceCollection* __fastcall CreateSource();

Properties

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

Description

Creates a Source collection.

The default CreateSource implementation creates and returns an instance of a TSourceCollection collection. Override CreateSource if you want to create your own collection.

See Also