Data.SqlExpr.TSQLTable.IndexFieldCount

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property IndexFieldCount: Integer read GetIndexFieldCount;

C++

__property int IndexFieldCount = {read=GetIndexFieldCount, nodefault};

Properties

Type Visibility Source Unit Parent
property public
Data.SqlExpr.pas
Data.SqlExpr.hpp
Data.SqlExpr TSQLTable

Description

Indicates the number of fields that make up the current index.

Check IndexFieldCount to determine how many fields are in the current index. If the IndexName property is not set, IndexFieldCount is 0.

See Also