Datasnap.DSReflect.TDSClass.ValueParameter

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: public
Source:
Datasnap.DSReflect.pas
Datasnap.DSReflect.hpp
Unit: Datasnap.DSReflect
Parent: TDSClass

Delphi

property ValueParameter: Boolean read FValueParameter;

C++

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

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