Datasnap.DSReflect.TDSMethodArray
[–] 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.