Datasnap.DSReflect.TDSMethodArray

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

type TDSMethodArray = array of TDSMethod;

C++

typedef System::DynamicArray<TDSMethod*> TDSMethodArray;

プロパティ

種類 可視性 ソース ユニット
array
typedef
public
Datasnap.DSReflect.pas
Datasnap.DSReflect.hpp
Datasnap.DSReflect Datasnap.DSReflect

説明

TDSMethodArrayTDSMethod の配列です。


関連項目