RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IActionRequest Interface

IActionRequest is the interface for interacting with action requests.

Pascal
IActionRequest = interface;
C++
__interface IActionRequest;

AdaptReq

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 

 

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