| Properties of class TIndexInfo |
class TIndexInfo | Constructors | Methods | All Members
Public Properties
Gets the fields.
public property Fields: TFieldInfoSet read ;
Gets a value indicating whether this index is primary key.
public property IsPrimary: Boolean read ;
Gets a value indicating whether this index is unique.
public property IsUnique: Boolean read ;
Gets the owner.
public property Owner: TTableInfo read ;