RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAdapterDispatchParams.ObjectIdentifier Property

Specifies the name of the action to execute or the field to retrieve.

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

Read ObjectIdentifier to determine the name of the requested action or field. 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) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!