Datasnap.DSReflect.TDSClass.ArrayParameter

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property ArrayParameter: Boolean read IsArrayParameter;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
Datasnap.DSReflect.pas
Datasnap.DSReflect.hpp
Datasnap.DSReflect TDSClass


Beschreibung

Gibt an, ob der von dieser TDSClass-Instanz beschriebene Typ ein Array ist.

ArrayParameter wird von dem Create-Klassenkonstruktor gesetzt.

Siehe auch