Data.DB.TBlobField.Clear

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Clear; override;

C++

virtual void __fastcall Clear();

Properties

Type Visibility Source Unit Parent
procedure
function
public
Data.DB.pas
Data.DB.hpp
Data.DB TBlobField

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