System.Bindings.Methods.TBindingMethodsFactory.GetMethodFrameworkClass

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

Delphi

class function GetMethodFrameworkClass(const MethodID: string): TPersistentClass;

C++

__classmethod System::Classes::TPersistentClass __fastcall GetMethodFrameworkClass(const System::UnicodeString MethodID);

プロパティ

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

説明

メソッドが対象としているフレームワークの名前を返します。

GetMethodFrameworkClass メソッドは、MethodID パラメータで指定されたメソッドが対象としている、フレームワーク(たとえば、VCLFMX など)の名前を返します。

関連項目