Datasnap.DSReflect.TDSClass.OutParameter
[–] Properties | |
---|---|
Type: property | |
Visibility: public | |
Source: Datasnap.DSReflect.pas Datasnap.DSReflect.hpp
| |
Unit: Datasnap.DSReflect | |
Parent: TDSClass |
Delphi
property OutParameter: Boolean read IsOutParameter;
C++
__property bool OutParameter = {read=IsOutParameter, nodefault};
Description
Specifies whether the type described by this TDSClass is an out
parameter.
OutParameter is set by the class constructor Create.