[Overview][Types][Classes][Procedures and functions][Index] Reference for unit 'msedatabase' (#msegui)

tmdatabase

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

Declaration

Source position: msedatabase.pas line 184

type tmdatabase = class(TCustomConnection)

public

  constructor Create(); override;

  destructor Destroy; override;

  procedure CloseDataSets;

  procedure CloseTransactions;

  procedure StartTransaction; virtual; abstract;

  procedure EndTransaction; virtual; abstract;

  property TransactionCount: LongInt; [r]

  property Transactions []: tmdbtransaction; [r]

  property Directory: string; [rw]

  property IsSQLBased: Boolean; [r]

  property datasets: idatabaseclientarty; [r]

published

  property Connected: Boolean; [rw]

  property DatabaseName: msestring; [rw]

  property KeepConnection: Boolean; [rw]

  property Params: TStringlist; [rw]

  property onbeforeconnect: databaseeventty; [rw]

  property onafterconnect: databaseeventty; [rw]

  property onconnecterror: databaseerroreventty; [rw]

  property onbeforedisconnect: databaseeventty; [rw]

  property onafterdisconnect: databaseeventty; [rw]

end;

Inheritance

tmdatabase

|

TCustomConnection

|

TComponent

?

TObject


Documentation generated on: 2021-05-13