RAD Studio VCL Reference
|
TAdapterItemRequestParamOptions identifies what parameter values to include when encoding the hidden fields and HREF values that represent calls to adapter fields and actions.
TAdapterItemRequestParamOption = ( roExcludeID );
enum TAdapterItemRequestParamOption { roExcludeID };
TAdapterItemRequestParamOptions is the set of flags that an adapter dispatcher uses when encoding parameter values for a call to an adapter action. It represents zero or more TAdapterItemRequestParamOption values.
The following table lists the possible values:
Value |
Meaning |
roExcludeID |
Do not include a parameter that identifies the action or image field that is the target of the request. |
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|