Is the field a blob field.
Source position: db.pas line 1099
public class function TBlobField.IsBlob: Boolean; override; |
Always True.
IsBlob is overridden by TBlobField to return True
|
Is the field a BLOB field (untyped data of indeterminate size). |