RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAdapterNamedField.ImplHasViewAccess Method

Checks the end-user's right to view this adapter field.

Pascal
function ImplHasViewAccess: Boolean; virtual;
C++
virtual __fastcall Boolean ImplHasViewAccess();

This function is called by HasViewAccess to check the end-user's right to view the adapter field. If the ViewAccess property is not blank, this function calls the EndUserAdapter's HasViewRights function, passing the ViewAccess property value. 

 

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