Datasnap.DSReflect.TDSClass.InOutParameter

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property InOutParameter: Boolean read IsInOutParameter;

C++

__property bool InOutParameter = {read=IsInOutParameter, nodefault};

Properties

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

Description

Is True if ValueParameter is True, or if the type described by this TDSClass is a var parameter.

See Also