RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAdapterDispatchParams.RequestIdentifier Property

Identifies the type of the request identified by the ObjectIdentifier property.

Pascal
property RequestIdentifier: string;
C++
__property AnsiString RequestIdentifier;

Read RequestIdentifier to determine the type of processing the current request requires. For example, the RequestIdentifier may identify the request as a request for the value of an image field or a request to execute an action. The TAdapterDispatchParams constructor initializes this property based on the information it parses from the current request message. 

The interpretation of this value is the responsibility of the object specified by the Handler parameter. 

 

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