[Overview][Constants][Types][Variables][Index] Reference for unit 'unit_globals' (#Monochrome)

Reference for unit 'unit_globals'

Global constants, types, and variables

uses

  System,

  Controls,

  Events,

  Memory,

  Menus,

  Quickdraw,

  Types,

  ToolUtils,

  Windows;

Overview

v1.1 sept 1993					
Made a start at cleaning up all these globals, but still a lot to do.  I have removed a
couple of dozen variables which were just wasting memory, and moved others to
local variable status.  For the most part, they need to be made into parameters or
file-scoped variables with unit initializer; this is too much work for now.