RAD Studio VCL Reference
ContentsIndex
TIBDatabaseInfo Members Public Properties
Public Properties
 
Name 
Description 
 
Returns the number of database pages allocated. 
 
Returns the number of removals of a version of a record. 
 
Returns the database version number. 
 
Specifies the interface reference implemented by the component. 
 
Indicates the number of components owned by the component. 
 
Indicates the position of the component in its owner's Components property array. 
 
Lists all components owned by the component. 
 
Describes the current state of the component, indicating when a component needs to avoid certain actions. 
 
Governs the behavior of the component. 
 
Returns the amount of server memory currently in use. 
 
Returns the database filename. 
 
Returns the database implementation class number. 
 
Returns the database implementation number. 
 
Returns the database site name. 
 
Returns the SQL dialect. 
 
Returns the number of database deletes since the database was last attached. 
 
Contains information used by the Form designer. 
 
Returns the number of removals of a record and all of its ancestors. 
 
Returns the number of reads from the memory buffer cache. 
 
Returns the mode in which database writes are performed. 
 
Returns number of inserts into the database since the database was last attached. 
 
Returns the number of writes to the memory buffer cache. 
 
Returns the maximum amount of memory used at one time since the first process attached to the database. 
 
Returns whether or not space is reserved on each database page for holding backup versions of modified records. 
 
Returns the number of memory buffers currently allocated. 
 
Returns the on disk structure (ODS) major version number. 
 
Returns the on disk structure (ODS) minor version number. 
 
Indicates the component that is responsible for streaming and freeing this component. 
 
Returns the number of bytes per page of the attached database. 
 
Returns the number of removals of fully mature records from the database. 
 
Returns the number of reads done via an index since the database was last attached. 
 
Indicates whether or not the database is read only. 
 
Returns the number of page reads from the database. 
 
Returns the number of sequential database reads done on each table since the database was last attached. 
 
Returns the number of transactions that are committed between 'sweeps.' 
 
Returns the number of database updates since the database was last attached. 
 
Returns the names of all users currently attached to the database. 
 
Represents information used internally by components that support COM. 
 
Returns the version of the database implementation. 
 
Returns the number of page writes to the database. 
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.