FireDAC.Comp.DataSet.TFDDataSet.CloseBlob
[–] Properties | |
---|---|
Type: procedure function
| |
Visibility: protected | |
Source: FireDAC.Comp.DataSet.pas FireDAC.Comp.DataSet.hpp
| |
Unit: FireDAC.Comp.DataSet | |
Parent: TFDDataSet |
Delphi
procedure CloseBlob(Field: TField); override;
C++
virtual void __fastcall CloseBlob(Data::Db::TField* Field);
Description
Closes a binary large object field.
FireDAC.Comp.DataSet.TFDDataSet.CloseBlob inherits from Data.DB.TDataSet.CloseBlob. All content below this line refers to Data.DB.TDataSet.CloseBlob.
Closes a binary large object field.
CloseBlob closes a binary large object field given by the Field
parameter.