Bde.DBTables.TDatabase Properties
InheritedProtected
| AliasName | published | Specifies the Borland Database Engine (BDE) alias used by this database connection. |
| ComObject | public | Specifies the interface reference implemented by the component. |
| ComponentCount | public | Indicates the number of components owned by the component. |
| ComponentIndex | public | Indicates the position of the component in its owner's Components property array. |
| Components | public | Lists all components owned by the component. |
| ComponentState | public | Describes the current state of the component, indicating when a component needs to avoid certain actions. |
| ComponentStyle | public | Governs the behavior of the component. |
| Connected | published | |
| DatabaseName | published | Specifies the name of the database to associate with this database component. |
| DataSetCount | public | Indicates the number of datasets associated with the connection component. |
| DataSets | public | Provides an indexed array of all active datasets for a database component. |
| DesignInfo | public | Contains information used by the Form designer. |
| Directory | public | Specifies the working directory for a Paradox or dBASE database. |
| Disposed | protected | Disposed is a read-only property that shows the current state of this object. |
| DriverName | published | Specifies the name of the BDE driver for the database. |
| Exclusive | published | Enables an application to gain sole access to a database. |
| Handle | public | Specifies the Borland Database Engine (BDE) database handle. |
| HandleShared | published | Specifies whether to share a database handle. |
| InTransaction | public | Indicates whether a database transaction is in progress or not. |
| IsSQLBased | public | Indicates whether a database component is using either the Borland Database Engine (BDE) SQL Links driver or the BDE ODBC socket. |
| KeepConnection | published | Specifies whether an application remains connected to a database even if no datasets are open. |
| Locale | public | Identifies the Borland Database Engine (BDE) language driver for the database component. |
| LoginPrompt | published | |
| Name | published | Specifies the name of the component as referenced in code. |
| Observers | public | Indicates the TObservers object added to the TComponent. |
| Owner | public | Indicates the component that is responsible for streaming and freeing this component. |
| Params | published | Contains database connection parameters for the Borland Database Engine (BDE) alias associated with the database component. |
| ReadOnly | published | Specifies that the database connection provides read-only access. |
| Session | public | Points to the session component with which this database component is associated. |
| SessionAlias | public | Specifies whether a database component is using a session alias. |
| SessionName | published | Identifies the name of the session used by this database component. |
| StreamedConnected | protected | Indicates whether the Connected property was true when the connection component was loaded from a stream. |
| Tag | published | Stores a NativeInt integral value as a part of a component. |
| Temporary | public | Indicates 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. |
| TraceFlags | public | Specifies the database operations to track with the SQL Monitor at run time. |
| TransIsolation | published | Specifies the transaction isolation level for transactions managed by the Borland Database Engine (BDE). |
| VCLComObject | public | Represents information used internally by components that support COM. |