RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAbstractWebPageInfo.ViewAccess Property

Indicates the view access string that controls access to the associated Web page.

Pascal
property ViewAccess: string;
C++
__property AnsiString ViewAccess;

Read ViewAccess to obtain the view access string that controls which users have access to the associated Web page. When a user tries to access the associated Web page, the page dispatcher checks the user's access rights against this string by calling the HasViewRights method of the end user adapter. Adapters in the Web page module check execute and modify rights against this string by calling the HasExecuteRights and HasModifyRights methods of the end user adapter.  

In TAbstractWebPageInfo, ViewAccess is always an empty string. Descendant classes override this property, initializing it to a value that is passed to the constructor. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!