Bde.DBTables.TDatabase Properties

From RAD Studio API Documentation
Jump to: navigation, search


InheritedProtected
AliasNamepublishedSpecifies the Borland Database Engine (BDE) alias used by this database connection.
ComObjectpublicSpecifies the interface reference implemented by the component.
ComponentCountpublicIndicates the number of components owned by the component.
ComponentIndexpublicIndicates the position of the component in its owner's Components property array.
ComponentspublicLists all components owned by the component.
ComponentStatepublicDescribes the current state of the component, indicating when a component needs to avoid certain actions.
ComponentStylepublicGoverns the behavior of the component.
Connectedpublished
DatabaseNamepublishedSpecifies the name of the database to associate with this database component.
DataSetCountpublicIndicates the number of datasets associated with the connection component.
DataSetspublicProvides an indexed array of all active datasets for a database component.
DesignInfopublicContains information used by the Form designer.
DirectorypublicSpecifies the working directory for a Paradox or dBASE database.
DisposedprotectedDisposed is a read-only property that shows the current state of this object.
DriverNamepublishedSpecifies the name of the BDE driver for the database.
ExclusivepublishedEnables an application to gain sole access to a database.
HandlepublicSpecifies the Borland Database Engine (BDE) database handle.
HandleSharedpublishedSpecifies whether to share a database handle.
InTransactionpublicIndicates whether a database transaction is in progress or not.
IsSQLBasedpublicIndicates whether a database component is using either the Borland Database Engine (BDE) SQL Links driver or the BDE ODBC socket.
KeepConnectionpublishedSpecifies whether an application remains connected to a database even if no datasets are open.
LocalepublicIdentifies the Borland Database Engine (BDE) language driver for the database component.
LoginPromptpublished
NamepublishedSpecifies the name of the component as referenced in code.
ObserverspublicIndicates the TObservers object added to the TComponent.
OwnerpublicIndicates the component that is responsible for streaming and freeing this component.
ParamspublishedContains database connection parameters for the Borland Database Engine (BDE) alias associated with the database component.
ReadOnlypublishedSpecifies that the database connection provides read-only access.
SessionpublicPoints to the session component with which this database component is associated.
SessionAliaspublicSpecifies whether a database component is using a session alias.
SessionNamepublishedIdentifies the name of the session used by this database component.
StreamedConnectedprotectedIndicates whether the Connected property was true when the connection component was loaded from a stream.
TagpublishedStores a NativeInt integral value as a part of a component.
TemporarypublicIndicates whether a database component is a temporary one, created by the system as needed, or a persistent one explicitly created, managed, and freed within the application.
TraceFlagspublicSpecifies the database operations to track with the SQL Monitor at run time.
TransIsolationpublishedSpecifies the transaction isolation level for transactions managed by the Borland Database Engine (BDE).
VCLComObjectpublicRepresents information used internally by components that support COM.