Datasnap.DSReflect.TDSClass.ArrayParameter

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ArrayParameter: Boolean read IsArrayParameter;

C++

__property bool ArrayParameter = {read=IsArrayParameter, 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 array.

ArrayParameter is set by the class constructor Create.

See Also