[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Return the address of a method
Source position: objpash.inc line 227
public class function TObject.MethodAddress( |
const name: shortstring |
):CodePointer; |
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. |