Data.DB.TBlobField.Clear

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: public
Source:
Data.DB.pas
Data.DB.hpp
Unit: Data.DB
Parent: TBlobField

Delphi

procedure Clear; override;

C++

virtual void __fastcall Clear();

Description

Clears the current value in the BLOB field.

Use Clear to delete the current value in the field and leave the field without a value.



Query1Images.Clear;



See Also