Tabular Data Control Reference

This section contains reference information for the Tabular Data Control (TDC).

Objects

TDC

The TDC allows an HTML page to display data from delimited text files, either as part of tables or a row at a time.

Properties

AppendData

Specifies whether new data is appended or replaces existing data.

CaseSensitive

Indicates whether comparisons with the data should ignore case.

CharSet

Identifies the character set of the data file.

DataURL

Specifies the location of the data file.

EscapeChar

Specifies the character used to escape special characters.

Filter

Specifies how the data will be filtered.

Language

Specifies the language of the data file, including numerical and data formats.

RowDelim

Specifies the character used to mark the end of each row.

Sort

Identifies the columns to be sorted, and ascending or descending sort order.

TextQualifier

Specifies the optional character that surrounds a field.

UseHeader

Specifies whether the first line of the data file contains header information.

Methods

CanConvertData

Called by MSHTML to determine whether the data provider is capable of converting the specified data from one format to another.

ConvertData

Called by MSHTML to allow the data provider to convert the specified data from one format to another.

Reset

Causes the control to filter or sort its data based on new settings.