Table of Contents

TatVirtualMachine.CurrentMethodName Method

Returns the name of the Delphi method being called by the virtual machine. This function is useful when you have a single wrapper for multiple Delphi method, this way you can tell which specific method is being called.

Syntax

Unit: atScript

function TatVirtualMachine.CurrentMethodName: string;

See also