FireDAC.Comp.DataSet.TFDDataSet.CloseBlob

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure CloseBlob(Field: TField); override;

C++

virtual void __fastcall CloseBlob(Data::Db::TField* Field);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FireDAC.Comp.DataSet.pas
FireDAC.Comp.DataSet.hpp
FireDAC.Comp.DataSet TFDDataSet

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.


See Also