Web.Stencils.TWebStencilsProcessor.UserRoles

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property UserRoles: string read FUserRoles write FUserRoles;

C++

__property System::UnicodeString UserRoles = {read=FUserRoles, write=FUserRoles};

Properties

Type Visibility Source Unit Parent
property published
Web.Stencils.pas
Web.Stencils.hpp
Web.Stencils TWebStencilsProcessor

Description

Indicates the role the user should have to allow opening the page (a permission management scheme).


See Also