AdaptReq.IActionRequest
Delphi
type IActionRequest = interface(IInterface) [{374E4AFC-D11F-11D4-A531-00C04F6BB853}]
C++
__interface INTERFACE_UUID("{374E4AFC-D11F-11D4-A531-00C04F6BB853}") IActionRequest : public System::IInterface
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
interface class |
public | AdaptReq.pas AdaptReq.hpp |
AdaptReq | AdaptReq |
Description
IActionRequest is the interface for interacting with action requests.
IActionRequest is used by a wide variety of routines and methods to interact with action requests. Use the Supports function to determine whether a request object implements IActionRequest and to obtain the interface.
You can often cast this interface to another interface (Delphi) or use the QueryInterface method to obtain another interface from this one (C++) that lets you extract specialized information from the request. The following interfaces are often supported by the request object that implements this interface:
IActionFieldValues
IActionFieldValuesOfAdapter
IAdapterRequestParams
IImageRequest
IAdapterRecordKeys
IAdapterModes
IEnumActionFieldValueRecords