Datasnap.DSReflect.TDSClass.InOutParameter

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property InOutParameter: Boolean read IsInOutParameter;

C++

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

Propriétés

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


Description

A la valeur True si ValueParameter vaut True ou si le type décrit par ce TDSClass est un paramètre var.

Voir aussi