System.Tether.AppProfile.TResourceCollection.SetItem

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

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

Description

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

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

See Also