IBX.IBDatabase.TIBTransaction Properties
InheritedProtected
Active | published | Specifies whether or not a transaction is active. |
AllowAutoStart | published | Specifies whether the transaction can start automatically. |
AutoStopAction | published | Specifies what action to take when automatically ending transactions. |
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. |
DatabaseCount | public | Indicates the number of databases that are part of the transaction. |
Databases | public | Returns the database at the given integer index. |
DefaultAction | published | Specifies what action a transaction should take upon timing out. |
DefaultDatabase | published | Sets or returns the default database for the transaction. |
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 | Returns the transaction handle. |
HandleIsShared | public | Indicates whether or not the handle is shared. |
IdleTimer | published | Specifies how long the transaction should wait before automatically committing or rolling back. |
InTransaction | public | Indicates whether a database transaction is in progress or not. |
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 | Returns the transaction parameter buffer associated with the transaction component. |
SQLObjectCount | public | Returns the number of active datasets associated with the database component. |
SQLObjects | public | Provides an indexed array of all active datasets for a database component. |
Tag | published | Stores a NativeInt integral value as a part of a component. |
TPB | public | Provides a read-only view of the transaction parameter buffer. |
TPBLength | public | Returns the length of the transaction parameter buffer. |
TransactionID | public | |
VCLComObject | public | Represents information used internally by components that support COM. |