Data.DBXCommon.TDBXValueType.ValueParameter

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ValueParameter: Boolean read GetValueParameter write SetValueParameter;

C++

__property bool ValueParameter = {read=GetValueParameter, write=SetValueParameter, nodefault};

Properties

Type Visibility Source Unit Parent
property public
Data.DBXCommon.pas
Data.DBXCommon.hpp
Data.DBXCommon TDBXValueType

Description

Used internally to mark server method parameter descendant of TDBXWritableValue.

ValueParameter is used internally to mark a server method in/out parameter as being a descendant of TDBXWritableValue. These are nullable parameters, regardless of their type.

See Also