FireDAC.Comp.Client.TFDCustomConnection Properties

From RAD Studio API Documentation
Jump to: navigation, search


InheritedProtected
ActualDriverIDpublic
CliHandlepublicCLI handle for connection sharing.
CliObjpublicReturns a CLI connection wrapping object.
CommandCountpublicThe number of associated TFDCustomCommand objects.
CommandspublicReturns the associated TFDCustomCommand objects.
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.
ConnectedpublicDetermines whether a connection has been established to the remote source of data and is active.
ConnectedStoredUsagepublicControls how to use the Connected property value saved to the DFM.
ConnectionDefNamepublicThe name of the connection definition to use.
ConnectionIntfpublicReturns the IFDPhysConnection interface.
ConnectionMetaDataIntfpublicReturns an IFDPhysConnectionMetadata interface.
ConnectionNamepublicSpecifies the name of the connection to associate with this connection object.
ConnectionStringpublicSpecifies a FireDAC connection string.
CurrentCatalogpublicName of the current catalog of this database session.
CurrentSchemapublicName of the current schema of this database session.
DataSetCountpublicIndicates the number of datasets associated with the connection component.
DataSetspublicReturns the associated TFDDataSet objects.
DesignInfopublicContains information used by the Form designer.
DisposedprotectedDisposed is a read-only property that shows the current state of this object.
DriverNamepublicSpecifies the ID of the FireDAC driver for the connection.
FetchOptionspublicThe set of default options to control row fetching.
FormatOptionspublicThe set of default options to control data representation.
InTransactionpublicIndicates whether a connection transaction is in progress or not.
IsSQLBasedpublicReturns True if a datasource supports the SQL language.
LastUsedpublicThe date and time of the last usage of the connection.
LoginDialogpublicGets or sets the reference to the login dialog interface.
LoginPromptpublicSpecifies whether a login dialog appears immediately before opening a new connection.
MessagespublicReturns a list of messages returned by the DBMS after a recent database operation.
NamepublishedSpecifies the name of the component as referenced in code.
ObserverspublicIndicates the TObservers object added to the TComponent.
OfflinedpublicGets or sets the connection's offline status.
OptionsIntfpublicThe reference to the IFDStanOptions interface.
OptionsIntfImplprotected
OwnerpublicIndicates the component that is responsible for streaming and freeing this component.
ParamspublicLists the database connection parameters for the FireDAC connection definition associated with the connection object.
RDBMSKindpublicReturns the currently connected DBMS brand.
RefCountpublicReturns the number of references to this connection object.
ResourceOptionspublicThe set of default options to control the use of resources.
ResultConnectionDefpublicThe actual connection definition used to establish the connection to a DBMS.
SharedCliHandlepublicCLI handle shared with other connections.
StatepublicCurrent state of the connection.
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.
TemporarypublicShows 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).
TransactionpublicThe reference to a TFDCustomTransaction object.
TxOptionspublicThe set of options to control transactions.
UpdateOptionspublicThe set of default options to control data updating.
UpdateTransactionpublicThe reference to the TFDCustomTransaction object, which will be used to post changes to the database.
VCLComObjectpublicRepresents information used internally by components that support COM.