RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TQueryForm.Action Property

Specifies the path info portion of the URL to which the query submits request messages.

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

Use Action to specify the target URL for messages that the query form submits. Action supplies the PathInfo property of Web request messages from the query form. This value is matched to the PathInfo property of a Web action item when determining what object responds to those messages. 

 

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