RAD Studio VCL Reference
|
TIndexDef describes an index in a database table.
TIndexDef = class(TNamedItem);
class TIndexDef : public TNamedItem;
DB
Use the properties and methods of an index definition to:
Set the attributes of a new index in a table created with TTable . :: CreateTable or TClientDataSet. ::CreateDataSet.
Determine the name of an index.
Identify the fields that make up the index, or the dBASE expression that orders the index.
Determine the characteristics of the index.
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
|
What do you think about this topic? Send feedback!
|