Datasnap.DSAuth.TDSRoleItems.Items

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Items[Index: Integer]: TDSRoleItem read GetItem write SetItem; default;

C++

__property TDSRoleItem* Items[int Index] = {read=GetItem, write=SetItem/*, default*/};

Properties

Type Visibility Source Unit Parent
property public
Datasnap.DSAuth.pas
Datasnap.DSAuth.hpp
Datasnap.DSAuth TDSRoleItems

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