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