Datasnap.DSReflect.TDSClass.ValueParameter

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ValueParameter: Boolean read FValueParameter;

C++

__property bool ValueParameter = {read=FValueParameter, nodefault};

Properties

Type Visibility Source Unit Parent
property public
Datasnap.DSReflect.pas
Datasnap.DSReflect.hpp
Datasnap.DSReflect TDSClass

Description

Specifies whether the type described by this TDSClass is a value parameter.

ValueParameter is True if the type described by this TDSClass is a TDBXWritableValue descendant.

See Also