RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomAdapter.ImplHasModifyAccess Method

Checks the end-user's right to modify this adapter's fields.

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

This function is called by HasModifyAccess to check the end-user's right to modify the adapter field. If the ModifyAccess property is not blank, this function calls the EndUserAdapter HasModifyRights function, passing the ModifyAccess property value. 

 

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