System.Bindings.Methods.TBindingMethodsFactory.GetRegisteredMethods

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

Delphi

class function GetRegisteredMethods: TArray<TMethodDescription>;

C++

__classmethod System::DynamicArray<TMethodDescription> __fastcall GetRegisteredMethods();

プロパティ

種類 可視性 ソース ユニット
function public
System.Bindings.Methods.pas
System.Bindings.Methods.hpp
System.Bindings.Methods TBindingMethodsFactory

説明

すべての登録メソッドを保有する配列を返します。

GetRegisteredMethods を呼び出すと、すべての登録メソッドを保有する配列を返します。

関連項目