FireDAC.Comp.DataSet.TFDBlobStream.Truncate

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Truncate;

C++

void __fastcall Truncate();

Properties

Type Visibility Source Unit Parent
procedure
function
public
FireDAC.Comp.DataSet.pas
FireDAC.Comp.DataSet.hpp
FireDAC.Comp.DataSet TFDBlobStream

Description

Truncates the BLOB value to zero length.

Call the Truncate method to truncate the BLOB field value to zero length.

See Also