Datasnap.DSCommonServer.TDSMethodInfo.AuthRole

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AuthRole: TObject read FAuthRole write SetAuthRole;

C++

__property System::TObject* AuthRole = {read=FAuthRole, write=SetAuthRole};

Properties

Type Visibility Source Unit Parent
property public
Datasnap.DSCommonServer.pas
Datasnap.DSCommonServer.hpp
Datasnap.DSCommonServer TDSMethodInfo

Description

Specifies an RTTI attribute used for authoring purposes.

The AuthRole property specifies an RTTI attribute used for user authoring purposes.

See Also