| [Overview][Constants][Types][Classes][Procedures and functions][Variables] | 
Return the address of a method
Source position: objpash.inc line 142
| public function TObject.MethodAddress( | 
| const name: shortstring | 
| ):pointer; | 
MethodAddress returns the address of a method, searching the method by its name. The Name parameter specifies which method should be taken. The search is conducted in a case-insensitive manner.
If no matching method is found, Nil is returned.
| 
 | Return the name of a method. | |
| 
 | Return the address of a field. |