论坛


2020年8月8日 星期六

流接口 - delphi中间件

delphi中间件| 博客园_咏南中间件和开发框架 |14:37:00

流接口 /// <author>cxg 2020-8-8</author> /// 流接口 unit streamIntf; interface uses Classes, SysUtils; type IStreamIntf = interface function qrySql(const ac

firedac接口 - delphi中间件

delphi中间件| 博客园_咏南中间件和开发框架 |14:31:00

firedac接口 /// <author>cxg 2020-8-8</author> /// firedac接口 /// TFDJSONDataSets, TFDJSONDeltas, 只支持WINDOWS unit firedacIntf; interface uses Data.FireDAC

olevariant接口 - delphi中间件

delphi中间件| 博客园_咏南中间件和开发框架 |14:20:00

olevariant接口 /// <author>cxg 2020-8-8</author> /// olevariant接口 unit olevIntf; interface uses SysUtils; type IOlevIntf = interface function qrySql(con