RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TSubmitQueryButton Class

TSubmitQueryButton generates an HTML control that backs out changes to the values on a query form.

Pascal
TSubmitQueryButton = class(TQueryButton);
C++
class TSubmitQueryButton : public TQueryButton;

Add TSubmitQueryButton as the child of a TQueryButtons component (or a layout group that is a child of a TQueryButtons component) to enable the generated HTML form to send the values entered in the query form back to the Web application. When the user presses the generated button, the values in the query form are sent to the Web application, using the path info specified by the query form's Action property. 

Use the properties of TSubmitQueryButton to customize the appearance of the button. 

 

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