Table of Contents

TBaseScripterMachine Class

A concrete TatVirtualMachine descendant that provides default UI-interaction implementations for ShowMessage, InputQuery, MessageBox, and debug hook handling.

Remarks

Use TBaseScripterMachine as the base for custom virtual machine classes that need built-in dialog support. It is the machine class used by TatScripter and related components.

Syntax

Unit: atScript

TBaseScripterMachine = class(TatVirtualMachine);