소스 검색

* Let TBlobField descend of TField

michael 6 년 전
부모
커밋
8619a9f296
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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