RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAbstractWebPageInfo.GetViewAccess Method

Returns the value of the ViewAccess property.

Pascal
function GetViewAccess: string; virtual;
C++
virtual __fastcall AnsiString GetViewAccess();

GetViewAccess is the protected read implementation of the ViewAccess property. 

In TAbstractWebPageInfo, GetViewAccess returns an empty string. Descendant classes override this method to allow Web pages to have view access strings. 

 

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