| [Overview][Constants][Types][Classes][Procedures and functions][Variables] | 
Return the name of a method.
Source position: objpash.inc line 143
| public function TObject.MethodName( | 
| address: pointer | 
| ):shortstring; | 
MethodName searches the VMT for a method with the specified address and returns the name of the method.
If no method with the matching address is found, an empty string is returned.
| 
 | Return the address of a method | |
| 
 | Return the address of a field. |