Datasnap.DSReflect.TDSClass.InOutParameter

提供:RAD Studio API Documentation

Delphi

property InOutParameter: Boolean read IsInOutParameter;

C++

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

プロパティ

種類 可視性 ソース ユニット
property public
Datasnap.DSReflect.pas
Datasnap.DSReflect.hpp
Datasnap.DSReflect TDSClass


説明

True は、ValueParameterTrue の場合、もしくは、TDSClass によって記述される型が var パラメータの場合。

関連項目