RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IAdapterDispatchParams.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 interpretation of this value is the responsibility of the object specified by the Handler parameter. 

 

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