RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomQueryForm.Method Property

Specifies the METHOD header of messages that the query form submits.

Pascal
property Method: TFormMethod;
C++
__property TFormMethod Method;

Set Method to specify the METHOD header for messages that the query form submits. This value gives rise to the MethodType property of the HTTP request message. By matching this to the MethodType property of Web action items, a Web dispatcher determines what objects handle these messages. 

 

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