RAD Studio VCL Reference
|
Specifies the display attributes to be added to the header cell that appears at the top of the column.
property Title: THTMLTableHeaderAttributes;
__property THTMLTableHeaderAttributes Title;
Set Title to a THTMLTableHeaderAttributes object that describes the display attributes for the HTML TH tag for the header cell at the top of the column. Setting Title calls the Assign method of the THTMLTableHeaderAttributes object stored internally by THTMLTableColumn. Thus, the memory for any table header attributes object assigned to the Title property is never owned or freed by the HTML table column.
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|