Bde.DBTables.TSession Properties
InheritedProtected
| Active | published | Specifies whether or not a session is active. |
| AutoSessionName | published | Indicates whether or not a unique session name is automatically generated for a session. |
| BDEOwnsLoginCbDb | protected | |
| 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. |
| ConfigMode | public | Specifies how the Borland Database Engine (BDE) should handle aliases for the session. |
| DatabaseCount | public | Indicates the number of active database components currently associated with the session. |
| Databases | public | Provides an indexed array of all active database component names for a session. |
| 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. |
| Handle | public | Specifies the Borland Database Engine (BDE) handle for the session. |
| KeepConnections | published | Specifies whether or not a temporary database component created in the context of a session maintains a database server connection even if there are no active datasets associated with the database component. |
| Locale | public | Identifies the Borland Database Engine (BDE) language driver for the session component. |
| Name | published | Specifies the name of the component as referenced in code. |
| NetFileDir | published | Specifies the directory that contains the Borland Database Engine (BDE) network control file, PDOXUSRS.NET. |
| Observers | public | Indicates the TObservers object added to the TComponent. |
| Owner | public | Indicates the component that is responsible for streaming and freeing this component. |
| PrivateDir | published | Specifies the directory in which to store temporary table processing files generated by the Borland Database Engine (BDE) for database components associated with a session. |
| SessionName | published | Specifies a unique session name that can be used by database and dataset components to link to this session. |
| SQLHourGlass | published | Indicates whether or not the mouse cursor changes to an hourglass during BDE operations. |
| Tag | published | Stores a NativeInt integral value as a part of a component. |
| TraceFlags | public | Specifies the database operations to track with the SQL Monitor at runtime. |
| VCLComObject | public | Represents information used internally by components that support COM. |