RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAdapterDispatchParams.Handler Property

Indicates the adapter object that can handle the current request.

Pascal
property Handler: TObject;
C++
__property TObject * Handler;

Read Handler to access the adapter that can execute the action or supply the image that is requested. The TAdapterDispatchParams constructor initializes this property based on the information it parses from the current request message. 

 

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