mauro russo wrote:
> is there a way to obtain the method name (that used in the code)
> starting from its pointer?
> Really, I just need it for the case of TThreadMethod type.

If the method is published, then you can use the TObject.MethodName
function to get the name.

Otherwise, use a debugging library like JCL or MadExcept. They both have
ways of determining the name of a routine by including extra information
within the EXE.

-- 
Rob


Reply via email to