WebAdapt.TCustomAdapter.HasModifyAccess
From RAD Studio API Documentation
Delphi
function HasModifyAccess: Boolean;
C++
bool __fastcall HasModifyAccess(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.
The value returned by this function can be accessed with server-side script using the CanModify property. HasModifyAccess calls ImplHasModifyAccess.