API:Bde.DBTables.TBDEDataSet.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
Bde.DBTables.pas
Bde.DBTables.hpp
Bde.DBTables TBDEDataSet

Description

Closes a binary large object field.

Bde.DBTables.TBDEDataSet.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