TatCustomScripter.Classes Property
Holds the list of all Delphi classes registered in the scripter.
Remarks
Classes property holds the list of all registered classes in scripter. For the scripter to know about a class and the class to be accessible from all scripts, it must be in this collection. Each registered class is a TatClass object which holds information about all methods and properties known by the scripter. When the scripter finds in script a reference to an object of a specified class, it will look for that class in the Classes property to find all the methods and properties that can be accessed from that object. When you call a DefineClass method, an entry is added in this collection.
Syntax
Unit: atScript
property TatCustomScripter.Classes: TatClasses