WebAdapt.TCustomAdapter.ImplHasModifyAccess
From RAD Studio API Documentation
Revision as of 18:00, 16 October 2011 by TestAccount (Talk | contribs)
Delphi
function ImplHasModifyAccess: Boolean; virtual;
C++
virtual bool __fastcall ImplHasModifyAccess(void);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| function | protected | WebAdapt.pas WebAdapt.hpp |
WebAdapt | TCustomAdapter |
Description
Checks the end-user's right to modify this adapter's fields.
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.