Datasnap.DSReflect.TDSMethodArray

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

TDSMethodArray = array of TDSMethod;

C++

typedef System::DynamicArray<TDSMethod*> TDSMethodArray;

Description

TDSMethodArray is an array of TDSMethod.

See Also