Data.DBXDBReaders.TDBXDataSetRow.SetNull

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetNull(DbxValue: TDBXValue); override;

C++

virtual void __fastcall SetNull(Data::Dbxcommon::TDBXValue* DbxValue);

Properties

Type Visibility Source Unit Parent
procedure
function
public
Data.DBXDBReaders.pas
Data.DBXDBReaders.hpp
Data.DBXDBReaders TDBXDataSetRow

Description

Sets the value of the field specified by DbxValue to Null.

See Also