Datasnap.DBClient.TCustomClientDataSet.IndexFieldCount

From RAD Studio API Documentation
Revision as of 16:28, 16 October 2011 by PyBot (talk | contribs) (Scoping Libraries)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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
Datasnap.DBClient.pas
Datasnap.DBClient.hpp
Datasnap.DBClient TCustomClientDataSet

Description

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

Check IndexFieldCount to determine how many fields are used by the current index for the dataset.

See Also

Retrieved from "https://docwiki.embarcadero.com/Libraries/Tokyo/e/index.php?title=Datasnap.DBClient.TCustomClientDataSet.IndexFieldCount&oldid=150044"