Datasnap.DSReflect.TDSClass.InOutParameter

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 InOutParameter: Boolean read IsInOutParameter;

C++

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

Description

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

See Also