System.Bindings.Methods.TBindingMethodsFactory.GetMethodUnitName

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

class function GetMethodUnitName(const MethodID: string): string;

C++

__classmethod System::UnicodeString __fastcall GetMethodUnitName(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 de l'unité qui implémente la méthode.

La méthode GetMethodUnitName renvoie le nom de l'unité qui implémente la méthode donnée par le paramètre MethodID.

Voir aussi