Data.DB.TField.Clear

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Clear; virtual;

C++

virtual void __fastcall Clear(void);

Properties

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

Description

Sets the value of the field to NULL.

Call the Clear method to give the field a blank value (a NULL value in SQL terms).

See Also