RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDataSetAdapter.ModifyAccess Property

Identifies the rights required to update this adapter's fields.

Pascal
property ModifyAccess: string;
C++
__property AnsiString ModifyAccess;

The ModifyAccess property defines the access rights required to modify this fields of this adapter. When server-side script accesses the CanModify property, this ModifyAccess property value is checked against the end user's rights. 

 

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