RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TQueryButtons Class

TQueryButtons assembles the HTML generated by a set of TQueryButton descendants.

Pascal
TQueryButtons = class(TCustomQueryButtons);
C++
class TQueryButtons : public TCustomQueryButtons;

MidItems

Add TQueryButtons as the child of a TQueryForm component (or a layout group that is a child of a TQueryForm component) to enable the generated HTML form to undo or submit changes made by end users. TQueryButtons generates HTML containing the controls generated by its children. These children must be descendants of TQueryButton, such as TSubmitQueryButton and TResetQueryButton

In order to let other Web items to use the HTML that defines the organized collection of controls, TQueryButtons inherits the IWebContent interface from TWebControlGroup

Use the properties of TQueryButtons to customize the appearance of the group of buttons. 

 

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