FMX.ImgList.TCustomImageList.CreateSource

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function CreateSource: TSourceCollection; virtual;

C++

virtual TSourceCollection* __fastcall CreateSource();

Propriétés

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


Description

Crée une collection Source.

L'implémentation CreateSource par défaut crée et renvoie une instance d'une collection TSourceCollection. Redéfinissez CreateSource si vous souhaitez créer votre propre collection.

Voir aussi