Datasnap.DSReflect.TDSClass.ArrayParameter

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: public
Source:
Datasnap.DSReflect.pas
Datasnap.DSReflect.hpp
Unit: Datasnap.DSReflect
Parent: TDSClass

Delphi

property ArrayParameter: Boolean read IsArrayParameter;

C++

__property bool ArrayParameter = {read=IsArrayParameter, nodefault};

Description

Specifies whether the type described by this TDSClass is an array.

ArrayParameter is set by the class constructor Create.

See Also