API:Datasnap.DSAuth.TDSRoleItems.SetItem

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: protected
Source:
Datasnap.DSAuth.pas
Datasnap.DSAuth.hpp
Unit: Datasnap.DSAuth
Parent: TDSRoleItems

Delphi

procedure SetItem(Index: Integer; const Value: TDSRoleItem);

C++

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

Description

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

Datasnap.DSAuth.TDSRoleItems.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