RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IAdapterDispatcher.EncodeAdapterItemRequestAsHREF Method

Returns the HREF parameters that can be added to an anchor tag on an HTML form to represent the parameters of a request to an adapter.

Pascal
function EncodeAdapterItemRequestAsHREF(AHandler: IUnknown; AOptions: TAdapterItemRequestParamOptions): string;
C++
__fastcall AnsiString EncodeAdapterItemRequestAsHREF(IUnknown AHandler, TAdapterItemRequestParamOptions AOptions);

Call EncodeAdapterItemRequestAsHREF to encode the adapter action or image field parameters as they should appear as parameters to an anchor tag in an HTML form. 

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. 

EncodeAdapterItemRequestAsHREF returns the parameter string. 

 

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