Table of Contents

TatClassRefs Class

Used internally by the scripter. Tracks classes implicitly referenced during script compilation.

Remarks

When a property of type TFont is accessed, for example, a reference to TFont is registered here. This information is used when saving compiled code so that implicitly registered classes can be recovered when the compiled code is loaded later.

Syntax

Unit: atScript

TatClassRefs = class(TCollection);