Class TCustomConnection
Unit
Declaration
type TCustomConnection = class(TComponent)
Description
This item has no description.
Hierarchy
- TObject
- tpersistent
- tcomponent
- TCustomConnection
Overview
Methods
| Protected | procedure DoConnect; virtual; |
| Protected | procedure DoDisconnect; virtual; |
| Protected | function GetConnected: boolean; virtual; |
| Protected | Function GetDataset(Index : longint) : TDataset; virtual; |
| Protected | Function GetDataSetCount: Longint; virtual; |
| Protected | procedure InternalHandleException; virtual; |
| Protected | procedure Loaded; override; |
| Protected | procedure SetConnected(Value : boolean); virtual; |
| Public | procedure Close; |
| Public | destructor Destroy; override; |
| Public | procedure Open; |
Properties
| Protected | property Streamedconnected: Boolean read FStreamedConnected write FStreamedConnected; |
| Public | property DataSetCount: Longint read GetDataSetCount; |
| Public | property DataSets[Index: Longint]: TDataSet read GetDataSet; |
| Published | property Connected: Boolean read GetConnected write SetConnected; |
| Published | property LoginPrompt: Boolean read FLoginPrompt write FLoginPrompt; |
| Published | property AfterConnect : TNotifyEvent read FAfterConnect write SetAfterConnect; |
| Published | property AfterDisconnect : TNotifyEvent read FAfterDisconnect write SetAfterDisconnect; |
| Published | property BeforeConnect : TNotifyEvent read FBeforeConnect write SetBeforeConnect; |
| Published | property BeforeDisconnect : TNotifyEvent read FBeforeDisconnect write SetBeforeDisconnect; |
| Published | property OnLogin: TLoginEvent read FOnLogin write FOnLogin; |
Description
Methods
| Protected | procedure DoConnect; virtual; |
|
This item has no description. | |
| Protected | procedure DoDisconnect; virtual; |
|
This item has no description. | |
| Protected | function GetConnected: boolean; virtual; |
|
This item has no description. | |
| Protected | Function GetDataset(Index : longint) : TDataset; virtual; |
|
This item has no description. | |
| Protected | Function GetDataSetCount: Longint; virtual; |
|
This item has no description. | |
| Protected | procedure InternalHandleException; virtual; |
|
This item has no description. | |
| Protected | procedure Loaded; override; |
|
This item has no description. | |
| Protected | procedure SetConnected(Value : boolean); virtual; |
|
This item has no description. | |
| Public | procedure Close; |
|
This item has no description. | |
| Public | destructor Destroy; override; |
|
This item has no description. | |
| Public | procedure Open; |
|
This item has no description. | |
Properties
| Protected | property Streamedconnected: Boolean read FStreamedConnected write FStreamedConnected; |
|
This item has no description. | |
| Public | property DataSetCount: Longint read GetDataSetCount; |
|
This item has no description. | |
| Public | property DataSets[Index: Longint]: TDataSet read GetDataSet; |
|
This item has no description. | |
| Published | property Connected: Boolean read GetConnected write SetConnected; |
|
This item has no description. | |
| Published | property LoginPrompt: Boolean read FLoginPrompt write FLoginPrompt; |
|
This item has no description. | |
| Published | property AfterConnect : TNotifyEvent read FAfterConnect write SetAfterConnect; |
|
This item has no description. | |
| Published | property AfterDisconnect : TNotifyEvent read FAfterDisconnect write SetAfterDisconnect; |
|
This item has no description. | |
| Published | property BeforeConnect : TNotifyEvent read FBeforeConnect write SetBeforeConnect; |
|
This item has no description. | |
| Published | property BeforeDisconnect : TNotifyEvent read FBeforeDisconnect write SetBeforeDisconnect; |
|
This item has no description. | |
| Published | property OnLogin: TLoginEvent read FOnLogin write FOnLogin; |
|
This item has no description. | |
Generated by PasDoc 0.17.0.snapshot.