Table of Contents

TatVirtualMachines Class

A collection holding the virtual machine(s) for a script. Currently limited to a single virtual machine per script.

Remarks

TatVirtualMachines is a collection of virtual machines. Currently this collection holds only one virtual machine, since a script can't have more than one virtual machine. You should not use this collection.

Syntax

Unit: atScript

TatVirtualMachines = class(TOwnedCollection);

Methods

Name Description
Add Adds a new virtual machine. Should not be used, the script object already creates the first and only virtual machine it needs

Properties

Name Description
Items[i] Provides indexed access to existing virtual machines.