Datasnap.DSReflect.TDSMethodArray

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

type TDSMethodArray = array of TDSMethod;

C++

typedef System::DynamicArray<TDSMethod*> TDSMethodArray;

Properties

Type Visibility Source Unit Parent
array
typedef
public
Datasnap.DSReflect.pas
Datasnap.DSReflect.hpp
Datasnap.DSReflect Datasnap.DSReflect

Description

TDSMethodArray is an array of TDSMethod.

See Also