RAD Studio VCL Reference
ContentsIndex
TSQLTable Members Published Properties
Published Properties
 
Name 
Description 
 
Specifies whether or not a dataset is open. 
 
Specifies whether the SQL dataset fetches metadata information along with the data. 
 
Lists the fields to use for sorting records and for linking in master/detail relationships. 
 
Identifies an index to use for sorting records and for linking the table as the detail of a master/detail relationship. 
 
Identifies the fields from the master dataset to use for linking this table as the detail of a master/detail relationship. 
 
Identifies the master dataset to use when linking this table as the detail of a master/detail relationship. 
 
Indicates the maximum number of bytes fetched for any BLOB field in the dataset. 
 
Name 
Specifies the name of the component as referenced in code. 
 
Maps fldBCD to either ftFMTBCD or ftBCD field types. 
 
Specifies whether fields are stored hierarchically or flattened out in the Fields property. 
 
Specifies the name of the database schema. 
 
Specifies the SQL connection component that connects the dataset to a database server. 
 
Specifies the table on the database server represented by this component. 
 
Tag 
Stores an integer value as part of a component. 
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.