Data.DBXDBReaders.TDBXDataSetRow.SetNull

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

procedure SetNull(DbxValue: TDBXValue); override;

C++

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

Description

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

See Also