RAD Studio VCL Reference
|
Returns the hidden fields that can be added to an HTML form to represent the parameters of a request to an adapter action or image field.
function EncodeAdapterItemRequestAsFieldValue(AHandler: IUnknown; AOptions: TAdapterItemRequestParamOptions): string;
__fastcall AnsiString EncodeAdapterItemRequestAsFieldValue(IUnknown AHandler, TAdapterItemRequestParamOptions AOptions);
Call EncodeAdapterItemRequestAsFieldValue to encode the adapter action or image field parameters as they should appear as field values in form submissions. That is, the resulting parameter string has a form such as '?param1=value1¶m2=value2'.
AHandler is the interface of the adapter whose action or image field requires the parameters.
AOptions is a set of flags that indicate what types of parameters to include.
EncodeAdapterItmRequestAsFieldValue returns the parameter string.
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|