Overview
Units
Class Hierarchy
Classes, Interfaces, Objects and Records
Types
Variables
Constants
Functions and Procedures
Identifiers
Unit dependency graph
Classes hierarchy graph
JCoreExpression
type TJCoreExpressionVar = class(TObject)
constructor Create(const AName: string);
property Name: string read FName;
property Value: TJCoreExpressionValue read FValue write FValue;
property ValuePtr: PJCoreExpressionValue read GetValuePtr;