RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAdapterField.ViewAccess Property

Identifies the rights required to view this field.

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

The ViewAccess property identifies the access rights required to view this field. When server-side script accesses the CanView property, this value is checked against the end user's rights. Typically, an exception is raised when an end-user attempts to view an adapter field that does not allow access. 

 

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