瀏覽代碼

+ Removed double Database property

michael 22 年之前
父節點
當前提交
cc06802fa1
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      fcl/db/interbase/interbase.pp

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

@@ -275,7 +275,6 @@ 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 :-/}