Datasnap.DSCommonServer.DSAdmin.ListMethods

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

Delphi

function ListMethods(const ClassName: string): TJSONArray;

C++

System::Json::TJSONArray* __fastcall ListMethods(const System::UnicodeString ClassName);

プロパティ

種類 可視性 ソース ユニット
function public
Datasnap.DSCommonServer.pas
Datasnap.DSCommonServer.hpp
Datasnap.DSCommonServer DSAdmin

説明

指定されたクラスによって公開されたメソッドのリストを返します。

ListMethods は、ClassName パラメータによって公開されたメソッドのリストを返します。

関連項目