mirror of
https://gitlab.com/freepascal.org/fpc/pas2js.git
synced 2025-08-18 03:59:04 +02:00
* Let TBlobField descend of TField
This commit is contained in:
parent
66ab817361
commit
8619a9f296
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user