Introduction
Units
Class Hierarchy
Classes, Interfaces, Objects and Records
Types
Variables
Constants
Functions and Procedures
Identifiers
CastleScript
type TCasScriptExpressionList = class(specialize TFPGObjectList<TCasScriptExpression>)
procedure AddArray(const A: array of TCasScriptExpression);
procedure AddList(const Source: TCasScriptExpressionList);
procedure FreeContentsByParentExpression;