FireDAC.Comp.DataSet.TFDBlobStream.Truncate

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: public
Source:
FireDAC.Comp.DataSet.pas
FireDAC.Comp.DataSet.hpp
Unit: FireDAC.Comp.DataSet
Parent: TFDBlobStream

Delphi

procedure Truncate;

C++

void __fastcall Truncate();

Description

Truncates the BLOB value to zero length.

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

See Also