System.Bindings.Methods.TBindingMethodsFactory.GetMethodFrameworkClass

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

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

C++

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

Propriétés

Type Visibilité  Source Unité  Parent
function public
System.Bindings.Methods.pas
System.Bindings.Methods.hpp
System.Bindings.Methods TBindingMethodsFactory

Description

Renvoie le nom du framework pour lequel la méthode est conçue.

La méthode GetMethodFrameworkClass renvoie le nom du framework (VCL ou FMX, par exemple) pour lequel est conçue la méthode donnée par le paramètre MethodID.

Voir aussi