RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDataSetAdapterFirstRowAction.ExecuteAccess Property

Defines the rights required to execute this action.

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

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

 

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