Data.DBXClient.TDBXClientParameterRow.ValueNotSet

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure ValueNotSet(const Value: TDBXWritableValue); override;

C++

virtual void __fastcall ValueNotSet(Data::Dbxcommon::TDBXWritableValue* const Value);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Data.DBXClient.pas
Data.DBXClient.hpp
Data.DBXClient TDBXClientParameterRow

Description

Not used directly in applications.

ValueNotSet is not used directly in applications. The method is internally used to handle situations where a parameter value is not set.

See Also