TatVirtualMachine.GetInputArgAsUInt64 Method
Returns the value of the parameter passed to the Delphi method being executed, as an UInt64 value. See GetInputArg for more info.
Syntax
Unit: atScript
function TatVirtualMachine.GetInputArgAsUInt64(AIndex: Integer): UInt64;
Parameters
| <-> | Parameter | Type | Description |
|---|---|---|---|
| AIndex | Integer |