IBX.IBDatabase.TIBDatabase Properties

From RAD Studio API Documentation
Jump to: navigation, search


InheritedProtected
AllowStreamedConnectedpublishedIndicates whether the Connected property can be set at design time.
CharacterSetpublic
CharacterSetCodePagepublic
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.
ConnectedpublishedDetermines whether a connection has been established to the remote source of data and is active.
DatabaseNamepublishedSpecifies the name of the database to associate with this database component.
DataSetCountpublicIndicates the number of datasets associated with the connection component.
DataSetspublicLists the datasets currently using this connection component.
DBParamByDPBpublicSpecifies the name of the database to associate with this database component.
DBSQLDialectpublishedReturns the database SQL dialect.
DefaultTransactionpublishedSets or returns the default database transaction.
DesignInfopublicContains information used by the Form designer.
DisposedprotectedDisposed is a read-only property that shows the current state of this object.
EncodingpublicRepresents the type of encoding.
FullODSpublic
HandlepublicSpecifies the InterBase API database handle.
HandleIsSharedpublicIndicates whether or not a the handle is shared.
IdleTimerpublishedSpecifies how long the database should wait before disconnecting an idle connection.
InternalTransactionpublicUsed internally by InterBase transactions.
IsReadOnlypublicIndicates whether or not the database is set to read-only.
LoginPromptpublishedSpecifies whether a login dialog appears immediately before opening a new connection.
NamepublishedSpecifies the name of the component as referenced in code.
ObserverspublicIndicates the TObservers object added to the TComponent.
OwnerpublicIndicates the component that is responsible for streaming and freeing this component.
ParamspublishedSpecifies the database parameters to pass to the InterBase server.
PrecommittedTransactionpublic
ServerTypepublished
SQLDialectpublishedSets or returns the SQL dialect used by the client.
SQLObjectCountpublicReturns the number of SQL objects.
SQLObjectspublicReturns an SQL object.
StreamedConnectedprotectedIndicates whether the Connected property was true when the connection component was loaded from a stream.
SysEncryptPasswordpublic
TagpublishedStores a NativeInt integral value as a part of a component.
TraceFlagspublishedSpecifies the database operations to track with the SQL Monitor at runtime.
TransactionCountpublicReturns the number of transactions associated with the TIBDataBase component.
TransactionspublicSpecifies a transaction for the given index.
VCLComObjectpublicRepresents information used internally by components that support COM.