System.Bindings.Methods.TBindingMethodsFactory.GetRegisteredMethods

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class function GetRegisteredMethods: TArray<TMethodDescription>;

C++

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

Properties

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

Description

Returns an array containing all the registered methods.

Call the GetRegisteredMethods method to return an array containing all the registered methods.

See Also