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

TLRZQuery

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

Declaration

Source position: lr_db_zeos.pas line 33

type TLRZQuery = class(TLRDataSetControl)

protected

  function GetSQL;

  

  procedure SetSQL();

  

  procedure SetDataSource(); override;

  

  procedure AfterLoad; override;

  

public

  constructor Create(); override;

  

  destructor Destroy; override;

  

  procedure LoadFromXML(); override;

  

  procedure SaveToXML(); override;

  

published

  property SQL: string; [rw]

  

  property Database: string; [rw]

  

  property Params: TQueryParamList; [rw]

  

end;

Inheritance

TLRZQuery

  

|

TLRDataSetControl

  

|

TObject



CT Web help

CodeTyphon Studio