RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomQueryButtons.StyleRule Property

Applies a style in the page producer's style sheet to the group of buttons.

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

TCustomQueryButtons generates an HTML table to lay out the buttons listed in the WebFieldControls property. Use StyleRule to assign one of the user-defined styles in the HTML document's style sheet to the generated table. The value of StyleRule specifies one of the user-defined style names defined in the InternetExpress page producer's Styles or StylesFile property.

Note: To apply a style definition that is not included in the style sheet, use the Style property.
 

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