Browse Source

* Let TBlobField descend of TField

michael 6 năm trước cách đây
mục cha
commit
8619a9f296
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      packages/fcl-db/db.pas

+ 1 - 1
packages/fcl-db/db.pas

@@ -662,7 +662,7 @@ type
   TBlobStreamMode = (bmRead, bmWrite, bmReadWrite);
 //  TBlobType = ftBlob..ftMemo;
 
-  TBlobField = class(TBinaryField)
+  TBlobField = class(TField)
   private
     FModified : Boolean;
     // Wrapper that retrieves FDataType as a TBlobType