System.Tether.AppProfile.TActionCollection.SetItem

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetItem(Index: Integer; Value: TLocalAction);

C++

HIDESBASE void __fastcall SetItem(int Index, TLocalAction* Value);

Properties

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

Description

Copies the properties of another local action to the specified local action from the collection.

SetItem is the protected write implementation of the Items property. It calls the Assign method of the local action with Index as index, so that the properties of the Value local action are copied into that local action.

See Also