RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IActionResponse Interface

IActionResponse is the interface for interacting with action responses.

Pascal
IActionResponse = interface;
C++
__interface IActionResponse;

IActionResponse is used by a variety of routines and methods to interact with action response. Use the Supports function to determine whether a request object implements IActionResponse and to obtain the interface. 

 

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