FMX.ImgList.TSourceCollection.Insert

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function Insert(Index: Integer): TCustomSourceItem;

C++

HIDESBASE TCustomSourceItem* __fastcall Insert(int Index);

Properties

Type Visibility Source Unit Parent
function public
FMX.ImgList.pas
FMX.ImgList.hpp
FMX.ImgList TSourceCollection

Description

Creates a new TCustomSourceItem item and adds it to the array of items at the position specified in Index.

See Also