Table of Contents

TatVirtualMachine.InputArgCount Method

Returns the number of arguments passed to the Delphi method currently being executed by the virtual machine.

Remarks

For example, when the virtual machine executes the method wrapper for a call like MyObject.MyMethod('param', 20, 0), InputArgCount will be 3.

Syntax

Unit: atScript

function TatVirtualMachine.InputArgCount: Integer;

See also