API:REST.Backend.ServiceComponents.TCustomBackendAuth.TUserDetailsCollection.SetItem

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetItem(AIndex: integer; const AValue: TUserDetailsItem);

C++

HIDESBASE void __fastcall SetItem(int AIndex, TCustomBackendAuth::TUserDetailsItem* const AValue);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
REST.Backend.ServiceComponents.pas
REST.Backend.ServiceComponents.hpp
REST.Backend.ServiceComponents TUserDetailsCollection

Description

Copies the properties of another item to a specified item in the collection.

REST.Backend.ServiceComponents.TCustomBackendAuth.TUserDetailsCollection.SetItem inherits from System.Classes.TCollection.SetItem. All content below this line refers to System.Classes.TCollection.SetItem.

Copies the properties of another item to a specified item in the collection.

SetItem is the protected write implementation of the Items property. It calls the Assign method of the item specified by Index, so that the properties of the item specified by Value are copied to that item.

See Also