FireDAC.Comp.Client.TFDConnection Properties
InheritedProtected
| ActualDriverID | public | |
| CliHandle | public | CLI handle for connection sharing. | 
| CliObj | public | Returns a CLI connection wrapping object. | 
| CommandCount | public | The number of associated TFDCustomCommand objects. | 
| Commands | public | Returns the associated TFDCustomCommand objects. | 
| 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 | Determines whether a connection has been established to the remote source of data and is active. | 
| ConnectedStoredUsage | published | Controls how to use the Connected property value saved to the DFM. | 
| ConnectionDefName | published | The name of the connection definition to use. | 
| ConnectionIntf | public | Returns the IFDPhysConnection interface. | 
| ConnectionMetaDataIntf | public | Returns an IFDPhysConnectionMetadata interface. | 
| ConnectionName | published | Specifies the name of the connection to associate with this connection object. | 
| ConnectionString | public | Specifies a FireDAC connection string. | 
| CurrentCatalog | public | Name of the current catalog of this database session. | 
| CurrentSchema | public | Name of the current schema of this database session. | 
| DataSetCount | public | Indicates the number of datasets associated with the connection component. | 
| DataSets | public | Returns the associated TFDDataSet objects. | 
| 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 ID of the FireDAC driver for the connection. | 
| FetchOptions | published | The set of default options to control row fetching. | 
| FormatOptions | published | The set of default options to control data representation. | 
| InTransaction | public | Indicates whether a connection transaction is in progress or not. | 
| IsSQLBased | public | Returns True if a datasource supports the SQL language. | 
| LastUsed | public | The date and time of the last usage of the connection. | 
| LoginDialog | published | Gets or sets the reference to the login dialog interface. | 
| LoginPrompt | published | Specifies whether a login dialog appears immediately before opening a new connection. | 
| Messages | public | Returns a list of messages returned by the DBMS after a recent database operation. | 
| Name | published | Specifies the name of the component as referenced in code. | 
| Observers | public | Indicates the TObservers object added to the TComponent. | 
| Offlined | public | Gets or sets the connection's offline status. | 
| OptionsIntf | public | The reference to the IFDStanOptions interface. | 
| OptionsIntfImpl | protected | |
| Owner | public | Indicates the component that is responsible for streaming and freeing this component. | 
| Params | published | Lists the database connection parameters for the FireDAC connection definition associated with the connection object. | 
| RDBMSKind | public | Returns the currently connected DBMS brand. | 
| RefCount | public | Returns the number of references to this connection object. | 
| ResourceOptions | published | The set of default options to control the use of resources. | 
| ResultConnectionDef | public | The actual connection definition used to establish the connection to a DBMS. | 
| SharedCliHandle | public | CLI handle shared with other connections. | 
| State | public | Current state of the connection. | 
| 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 | Shows whether a connection object is created on-the-fly (is temporary) and managed automatically, or if it is explicitly created, managed, and freed by the application (is persistent). | 
| Transaction | published | The reference to a TFDCustomTransaction object. | 
| TxOptions | published | The set of options to control transactions. | 
| UpdateOptions | published | The set of default options to control data updating. | 
| UpdateTransaction | published | The reference to the TFDCustomTransaction object, which will be used to post changes to the database. | 
| VCLComObject | public | Represents information used internally by components that support COM. |