Datasnap.DSAuth.TRoleAuth.AuthorizedRoles

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AuthorizedRoles : TStringList read FAuthorizedRoles;

C++

__property System::Classes::TStringList* AuthorizedRoles = {read=FAuthorizedRoles};

Properties

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

Description

Returns the authorized roles.

AuthorizedRoles returns a TStringList representation of the authorized roles. The values stored in this are initialized from the comma-separated list of authorized roles specified in the constructor.