Datasnap.DSAuth.TDSRoleItems.Items

From RAD Studio API Documentation
Jump to: navigation, search

[–] 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.

See Also