Browse Source

* Let TBlobField descend of TField

michael 6 years ago
parent
commit
8619a9f296
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/fcl-db/db.pas

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

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