Datasnap.DSAuth.TDSRoleItems.GetItem
Delphi
function GetItem(Index: Integer): TDSRoleItem;
C++
HIDESBASE TDSRoleItem* __fastcall GetItem(int Index);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | protected | Datasnap.DSAuth.pas Datasnap.DSAuth.hpp |
Datasnap.DSAuth | TDSRoleItems |
Description
Returns a specific TDSRoleItem in the collection.
GetItem is the protected read implementation of the Items property, which returns the TDSRoleItem instance at the given Index.