Datasnap.DSAuth.TDSRoleItems.Items
[–] Properties | |
---|---|
Type: property | |
Visibility: public | |
Source: Datasnap.DSAuth.pas Datasnap.DSAuth.hpp
| |
Unit: Datasnap.DSAuth | |
Parent: TDSRoleItems |
Delphi
property Items[Index: Integer]: TDSRoleItem read GetItem write SetItem; default;
C++
__property TDSRoleItem* Items[int Index] = {read=GetItem, write=SetItem/*, default*/};
Description
Allows for reading and modifying the collection of items.
The Items property provides a way to read and modify the collection of role items.