IBX.IBDatabaseInfo.TIBDatabaseInfo.ReadIdxCount

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ReadIdxCount: TStringList read GetReadIdxCount;

C++

__property System::Classes::TStringList* ReadIdxCount = {read=GetReadIdxCount};

Properties

Type Visibility Source Unit Parent
property public
IBX.IBDatabaseInfo.pas
IBX.IBDatabaseInfo.hpp
IBX.IBDatabaseInfo TIBDatabaseInfo

Description

Returns the number of reads done via an index since the database was last attached.

Use ReadIdxCount to return the number of reads done via an index since the database was last attached.