Why is there an underscore in the type name _Recordset?

后端 未结 0 1258
小蘑菇
小蘑菇 2021-01-21 13:23

I have code which queries a database, like this:

uses Data.DB, Data.Win.ADODB;

// ...

var
  cmd: TAdoCommand;
  r: _Recordset;
  firstName: string;

begin
  cmd         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题