This Is The DelphiVCL.Application.MethodName Method
October 1, 2021
In this post, you’ll learn more about the MethodName or DelphiVCL.Application.MethodName method returns the name of a class method by address.
There are situations when it is useful to invoke an object method without hard coding the method name in advance. Call MethodAddress to dynamically retrieve the address of such a method by specifying the method name as a string. MethodName is the…