Delphi背后---初学者参考之二(2)[7]

[入库:2005年8月18日] [更新:2007年3月24日]

本文简介:选择自 huojiehai 的 blog

commicrosoft以前极力推崇的东西,所以在windows操作系统中无处不在,同样delphivcl也有调用windows com服务的,最明显例子就是组件栏ado页的所有ado组件,如tadoquery,它是从tcustomadodataset继承下来的,而tcustomadodataset的定义如下:

tcustomadodataset = class(tdataset, iunknown,

recordseteventsvt)

  private

    frecordsetobject: _recordset;

    ffindcursor: _recordset;

    flookupcursor: _recordset;

    flockcursor: _recordset;

    frowset: irowset;

    faccessor: iaccessor;

    frowsetfind: irowsetfind;

    fhaccessor: haccessor;

    folerecbufsize: integer;

本文关键:VCL、API、COM、嵌入式汇编语言
 

本站最佳浏览方式为 分辨率 1024x768 IE 6.0(或更高版本的 IE浏览器)

go top