Data.DBXDBReaders.TDBXParamsRow.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: TDBXParamsRow

Delphi

procedure SetNull(DbxValue: TDBXValue); override;

C++

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

Description

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

See Also