Unit 'lr_SQLQuery' Package
[Overview][Classes][Index] [#lz_report]

TLRSQLConnection

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

Declaration

Source position: lr_sqlquery.pas line 54

type TLRSQLConnection = class(TfrNonVisualControl)

protected

  FConnection: TSQLConnection;

  

  FSQLTransaction: TSQLTransaction;

  

  procedure SetName(); override;

  

  procedure AfterLoad; override;

  

public

  constructor Create(); override;

  

  destructor Destroy; override;

  

  procedure LoadFromXML(); override;

  

  procedure SaveToXML(); override;

  

published

  property CharSet: string; [rw]

  

  property Connected: Boolean; [rw]

  

  property LoginPrompt: Boolean; [rw]

  

  property HostName: string; [rw]

  

  property DatabaseName: string; [rw]

  

  property UserName: string; [rw]

  

  property Password: string; [rw]

  

end;

Inheritance

TLRSQLConnection

  

|

TObject



CT Web help

CodeTyphon Studio