IBX.IBDatabaseInfo.TIBDatabaseInfo.InsertCount

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property InsertCount: TStringList read GetInsertCount;

C++

__property System::Classes::TStringList* InsertCount = {read=GetInsertCount};

Properties

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

Description

Returns number of inserts into the database since the database was last attached.

Use InsertCount to return the number of inserts into the database since the database was last attached.