RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomDataSetAdapterImageField.ImplCreateRequestContext Method

Provides the underlying implementation for the CreateRequestContext method.

Pascal
procedure ImplCreateRequestContext(DispatchParams: IAdapterDispatchParams);
C++
__fastcall ImplCreateRequestContext(IAdapterDispatchParams DispatchParams);

CreateRequestContext calls this method to create a request context based on the specified parameters and store it with the global Web context. 

DispatchParams is an interface that contains the parameters that were included in the incoming request. These parameters can then be used to identify an image for this field's value. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!