This reference describes the object, properties, and method of the Tabular Data Control.
Syntax
<OBJECT ID=object CLASSID = "clsid:333C7BC4-460F-11D0-BC04-0080C7055A83"> [<PARAM NAME=property VALUE=setting>] </OBJECT>
Object String identifying the object. Property One of the elements in the table below. Setting Value for the property.
Properties
AppendData Specifies whether new data is appended or replaces existing data. CaseSensitive Indicates whether the TDC distinguishes characters in the data set based upon their 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. FieldDelim Specifies the character used to mark the end of data fields. Filter Specifies the criteria to use for filtering the data. Language Specifies the language of the data file, including numerical and date formats. Recordset Retrieves the recordset if the object is a data provider. 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
Reset Causes the control to filter or sort its data based on new settings.