RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TResetQueryButton Class

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

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

MidItems

Add TResetQueryButton 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 undo edits made in the query form's display fields. The resulting HTML button's action backs out all edits to the values displayed on the query form. 

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

 

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