Datasnap.DSReflect.TDSClass.ValueParameter
| [–] 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.