API:Datasnap.DSAuth.TDSRoleItems.GetItem
[–] Properties | |
---|---|
Type: function | |
Visibility: protected | |
Source: Datasnap.DSAuth.pas Datasnap.DSAuth.hpp
| |
Unit: Datasnap.DSAuth | |
Parent: TDSRoleItems |
Delphi
function GetItem(Index: Integer): TDSRoleItem;
C++
HIDESBASE TDSRoleItem* __fastcall GetItem(int Index);
Description
Returns a specified item in the collection.
Datasnap.DSAuth.TDSRoleItems.GetItem inherits from System.Classes.TCollection.GetItem. All content below this line refers to System.Classes.TCollection.GetItem.
Returns a specified item in the collection.
GetItem is the protected read implementation of the Items property.