Datasnap.DSReflect.TDSClass.OutParameter

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OutParameter: Boolean read IsOutParameter;

C++

__property bool OutParameter = {read=IsOutParameter, nodefault};

Properties

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

Description

Specifies whether the type described by this TDSClass is an out parameter.

OutParameter is set by the class constructor Create.

See Also