RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAdapterNamedField.ImplHasModifyAccess Method

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

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) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!