System.Tether.AppProfile.TActionCollection.Insert

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function Insert(Index: Integer): TLocalAction;

C++

HIDESBASE TLocalAction* __fastcall Insert(int Index);

Properties

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

Description

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

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

Insert returns the new collection local action.

See Also