RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAdapterFormLayout.TableHeader Property

Specifies the HTML to generate at the beginning of a table that lays out child elements.

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

Set TableHeader to the HTML tag that appears at the beginning of the HTML table used to control the layout of child elements. TableHeader is a string that includes the <table> tag, along with any attributes (such as alignment) that affect the layout of child items. 

 

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