RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
THTMLTableAttributes.Create Constructor

Creates an instance of THTMLTableAttributes.

Pascal
constructor Create(Producer: TCustomContentProducer);
C++

Call Create to create and initialize a THTMLTableAttributes object. The Producer parameter specifies the HTML producer that is using the THTMLTableAttributes object to specify the attributes of an HTML table that makes up part of its output. 

After calling the inherited constructor, Create initializes 

Width to a value of 100. 

Border to a value of -1. 

CellPadding to a value of -1. 

CellSpacing to a value of -1. 

 

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