System.Tether.AppProfile.TResourceCollection.Insert

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function Insert(Index: Integer): TLocalResource;

C++

HIDESBASE TLocalResource* __fastcall Insert(int Index);

Properties

Type Visibility Source Unit Parent
function public
System.Tether.AppProfile.pas
System.Tether.AppProfile.hpp
System.Tether.AppProfile TResourceCollection

Description

Creates a new TLocalResource instance and adds it to the Items array.

Call Insert to add a new local resource at the Index position in the collection. Existing local resources (starting from the specified position) are moved up in the Items array.

Insert returns the new collection local resource.

See Also