Datasnap.DSReflect.TDSMethodArray

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

type TDSMethodArray = array of TDSMethod;

C++

typedef System::DynamicArray<TDSMethod*> TDSMethodArray;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
array
typedef
public
Datasnap.DSReflect.pas
Datasnap.DSReflect.hpp
Datasnap.DSReflect Datasnap.DSReflect

Beschreibung

TDSMethodArray ist ein TDSMethod-Array.

Siehe auch