mirror of
https://gitlab.com/freepascal.org/fpc/pas2js.git
synced 2025-04-13 14:29:23 +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);
|
||||
// TBlobType = ftBlob..ftMemo;
|
||||
|
||||
TBlobField = class(TBinaryField)
|
||||
TBlobField = class(TField)
|
||||
private
|
||||
FModified : Boolean;
|
||||
// Wrapper that retrieves FDataType as a TBlobType
|
||||
|
Loading…
Reference in New Issue
Block a user