help files
Z505 | PasWiki | FUQ | Search | Main Docs | API Guide



[Overview][Constants][Types][Classes][Procedures and functions] Reference for unit 'db' (#fcl)

TCustomConnection

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: db.pas line 1543

type TCustomConnection = class(TComponent)

protected

  procedure DoConnect; virtual;

  procedure DoDisconnect; virtual;

  function GetConnected; virtual;

  function GetDataset(); virtual;

  function GetDataSetCount; virtual;

  procedure InternalHandleException; virtual;

  procedure Loaded; override;

  procedure SetConnected(); virtual;

  property Streamedconnected: Boolean; [rw]

public

  procedure Close;

  destructor Destroy; override;

  procedure Open;

  property DataSetCount: LongInt; [r]

  property DataSets: TDataSet; [r]

published

  property Connected: Boolean; [rw]

  property LoginPrompt: Boolean; [rw]

  property AfterConnect: TNotifyEvent; [rw]

  property AfterDisconnect: TNotifyEvent; [rw]

  property BeforeConnect: TNotifyEvent; [rw]

  property BeforeDisconnect: TNotifyEvent; [rw]

  property OnLogin: TLoginEvent; [rw]

end;

Inheritance

TCustomConnection

|

TComponent

?

TObject

Notes

 No notes exist for this page yet. 





lufdoc, Powtils, fpc, freepascal, delphi, kylix, c/c++, mysql, cgi web framework docs, Z505