RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomQueryButtons Class

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

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

MidItems

Use TCustomQueryButtons as a base class for Web items that generate the HTML to arrange a collection of button controls in a query form. The buttons arranged by the query buttons component manipulate information shown by display controls in the parent Query form.  

TCustomQueryButtons introduces properties that customize the appearance of the buttons it arranges. 

Do not create instances of TCustomQueryButtons. TCustomQueryButtons is intended to act as a base class. Instead, instantiate a descendant class such as TQueryButtons

 

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