Data.DBXClient.TDBXClientParameterRow.ValueNotSet

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: protected
Source:
Data.DBXClient.pas
Data.DBXClient.hpp
Unit: Data.DBXClient
Parent: TDBXClientParameterRow

Delphi

procedure ValueNotSet(const Value: TDBXWritableValue); override;

C++

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

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