AdaptReq.IActionRequest
Contents |
Delphi Information
From AdaptReq.pas
IActionRequest = interface(IInterface) [374E4AFC-D11F-11D4-A531-00C04F6BB853]
Unit: AdaptReq
Type: interface
Class Properties: AdaptReq.IActionRequest Properties
Class Methods: AdaptReq.IActionRequest Methods
C++ Information
From AdaptReq.hpp
IActionRequest = class(IInterface)
Unit: AdaptReq
Type: class
Inherited Class Members: AdaptReq.IActionRequest Members
Class Properties: AdaptReq.IActionRequest Properties
Class Methods: AdaptReq.IActionRequest Methods
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