⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 dmpjg.pas

📁 ProviceSystem-公积金监管系统中心端
💻 PAS
字号:
unit dmPJg;

interface

uses
  SysUtils, Classes, InvokeRegistry, Rio, SOAPHTTPClient, DB, DBClient;

type
  TDM = class(TDataModule)
    rioPJg: THTTPRIO;
    cds: TClientDataSet;
    ds_cds: TDataSource;
    cds_Cx: TClientDataSet;
    cds_Cx2: TClientDataSet;
    cds_cx3: TClientDataSet;
    HTTPRIO_Cx: THTTPRIO;
    rioCJg: THTTPRIO;
    cdsCJg: TClientDataSet;
    dsCJg: TDataSource;
    cds_Cx4: TClientDataSet;
    cdsTiming: TClientDataSet;
    ds_Cx: TDataSource;
  private
    { Private declarations }
  public
    { Public declarations }
    procedure GjjCx(const Cmd: String);
    procedure GjjCx2(const Cmd: string);
    procedure GjjCx3(const Cmd: string);
    procedure GjjCx4(const Cmd: String);
  end;

var
  DM: TDM;

implementation

uses JGLRIntf;

{$R *.dfm}

{ TDM }         

procedure TDM.GjjCx(const Cmd: String);
var
  aIntf: IJGLR;
  vData: variant;
begin
  aIntf := HttpRio_Cx as IJGLR;
  try
    aIntf.GjjCx(Cmd,vData);
    self.cds_Cx.XMLData := vData;
  finally
    aIntf := nil;
  end;
end;

procedure TDM.GjjCx2(const Cmd: string);
var
  aIntf: IJGLR;
  vData: variant;
begin
  aIntf := HttpRio_Cx as IJGLR;
  try
    aIntf.GjjCx(Cmd,vData);
    self.cds_Cx2.XMLData := vData;
  finally
    aIntf := nil;
  end;
end;

procedure TDM.GjjCx3(const Cmd: string);
var
  aIntf: IJGLR;
  vData: variant;
begin
  aIntf := HttpRio_Cx as IJGLR;
  try
    aIntf.GjjCx(Cmd,vData);
    self.cds_Cx3.XMLData := vData;
  finally
    aIntf := nil;
  end;
end;

procedure TDM.GjjCx4(const Cmd: String);
var
  aIntf: IJGLR;
  vData: variant;
begin
  aIntf := HttpRio_Cx as IJGLR;
  try
    aIntf.GjjCx(Cmd,vData);
    self.cds_Cx4.XMLData := vData;
  finally
    aIntf := nil;
  end;
end;

end.

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -