RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAdapterImageField.ModifyAccess Property

Identifies the rights required to update this field.

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

The ModifyAccess property defines the access rights required to modify this field. When server-side script accesses the CanModify property, this value is checked against the end user's rights. Typically, an exception is raised when an end-user attempts to updates an adapter field that does not allow access. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!