Data.SqlExpr.TSQLConnection Properties
InheritedProtected
| ActiveStatements | public | Indicates the number of statements currently active with the database server. |
| AutoClone | public | Specifies whether the SQL connection automatically clones database connections when they are needed. |
| 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 | |
| ConnectionData | public | Specifies the connection data information. |
| ConnectionName | published | Names the connection configuration. |
| ConnectionRegistryFile | protected | Specifies the registry file associated with the SQL connection. |
| ConnectionState | public | Indicates the current state of the TSQLConnection object. |
| DataSetCount | public | Indicates the number of datasets associated with the connection component. |
| DataSets | public | Lists all active datasets for the connection component. |
| DBXConnection | public | Provides an interface to the dbExpress object that represents a connection. |
| DesignInfo | public | Contains information used by the Form designer. |
| Disposed | protected | Disposed is a read-only property that shows the current state of this object. |
| DriverName | published | Specifies the database driver associated with the SQL connection. |
| GetDriverFunc | public | This property is obsolete. It is no longer published and will not appear in the Object Inspector. |
| InTransaction | public | Indicates whether a transaction is in progress. |
| KeepConnection | published | Specifies whether the connection stays active when no datasets are open. |
| LibraryName | public | This property is obsolete. It is no longer published and will not appear in the Object Inspector. |
| LoadParamsOnConnect | published | Specifies whether the TSQLConnection component loads the configuration named by ConnectionName immediately before connecting to the server. |
| LocaleCode | public | Identifies the locale that is used for sorting items from datasets that use this connection. |
| LoginPrompt | published | |
| MaxStmtsPerConn | public | Indicates the server limit on the number of statements supported by a single database connection. |
| MetaData | public | Provides an interface to the dbExpress object that supplies server metadata. |
| MultipleTransactionsSupported | public | Indicates whether the database server supports multiple transactions. |
| 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 | Lists the connection parameters. |
| ParamsLoaded | public | Indicates when parameter values have been loaded from dbxconnections.ini. |
| QuoteChar | protected | Specifies the quotation mark in use. |
| SQLDllHandle | protected | Specifies the handle to an SQL dynamic link library. |
| SQLHourGlass | public | Specifies whether the cursor should change to crSQLWait during lengthy operations. |
| StreamedConnected | protected | Indicates whether the Connected property was true when the connection component was loaded from a stream. |
| TableScope | published | Indicates what types of tables are returned when fetching schema information about tables. |
| Tag | published | Stores a NativeInt integral value as a part of a component. |
| TransactionsSupported | public | Indicates whether the database server supports transactions. |
| UniqueID | public | Specifies the unique identifier of a TSQLConnection. |
| VCLComObject | public | Represents information used internally by components that support COM. |
| VendorLib | public | This property is obsolete. It is no longer published and will not appear in the Object Inspector. |