浏览代码

+ Database class in TDBDataset is public, not published, redeclared here

michael 22 年之前
父节点
当前提交
4fa10e85a4
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      fcl/db/interbase/interbase.pp

+ 1 - 0
fcl/db/interbase/interbase.pp

@@ -275,6 +275,7 @@ type
     property Database    : TIBDatabase read FDatabase write SetDatabase;
     { This property holds SQL command, which you want to execute }
     property SQL         : TStrings read FSQL write FSQL;
+    Property Database;
   end;
 
 { TIBStoredProc - not implemented - yet :-/}