Web.HTTPApp.UserHasRole
Delphi
function UserHasRole(const AUserRoles, ARole: string; var ARoleList: TArray<string>): Boolean;
C++
extern DELPHI_PACKAGE bool __fastcall UserHasRole(const System::UnicodeString AUserRoles, const System::UnicodeString ARole, System::DynamicArray<System::UnicodeString> &ARoleList);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | public | Web.HTTPApp.pas Web.HTTPApp.hpp |
Web.HTTPApp | Web.HTTPApp |
Description
Embarcadero Technologies does not currently have any additional information.