[Overview][Constants][Types][Classes][Procedures and functions][Variables] Reference for unit 'System' (#rtl)

TObject.MethodName

Return the name of a method.

Declaration

Source position: objpash.inc line 143

public function TObject.MethodName(

  address: pointer

):shortstring;

Description

MethodName searches the VMT for a method with the specified address and returns the name of the method.

Errors

If no method with the matching address is found, an empty string is returned.

See also

TObject.MethodAddress

  

Return the address of a method

TObject.FieldAddress

  

Return the address of a field.