Unit 'LR_DB_Zeos' Package
[Overview][Classes][Procedures and functions][Index] [#lz_report]

TLRZConnection

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

Declaration

Source position: lr_db_zeos.pas line 60

type TLRZConnection = class(TfrNonVisualControl)

protected

  procedure SetName(); override;

  

  procedure AfterLoad; override;

  

public

  constructor Create(); override;

  

  destructor Destroy; override;

  

  procedure LoadFromXML(); override;

  

  procedure SaveToXML(); override;

  

published

  property Connected: Boolean; [rw]

  

  property LoginPrompt: Boolean; [rw]

  

  property Protocol: string; [rw]

  

  property HostName: string; [rw]

  

  property Port: Integer; [rw]

  

  property Database: string; [rw]

  

  property User: string; [rw]

  

  property Password: string; [rw]

  

end;

Inheritance

TLRZConnection

  

|

TObject



CT Web help

CodeTyphon Studio