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