RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
THTMLTableColumns.Items Property

Lists the THTMLTableColumn objects that THTMLTableColumns stores and manages for its TDSTableProducer object.

Pascal
property Items [Index: Integer]: THTMLTableColumn;
C++
__property THTMLTableColumn Items[int Index];

Use Items to access the individual column descriptors managed by THTMLTableColumns. Items is an indexed array, where the first column descriptor has index 0, the second column descriptor has index 1, and so on.

Note: In Delphi, Items is the default property of THTMLTableColumns. This means that applications do not need to specify the Items property name when referring to the elements of the Items array.
Note: In C++, you can use the [] operator to obtain an effect similar to using Items as the default property in Delphi.
 

Count 

Columns 

THTMLTableColumn 

operator_sb

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