Overview
Units
Class Hierarchy
Classes, Interfaces, Objects and Records
Types
Variables
Constants
Functions and Procedures
Identifiers
Unit dependency graph
Classes hierarchy graph
JCoreExpression
type TJCoreExpressionVars = class(TJCoreExpressionVarList)
function IndexOf(const AVarName: string): Integer;
function FindVar(const AVarName: string): TJCoreExpressionVar;
function VarByName(const AVarName: string): TJCoreExpressionVar;
property Variable[constAVarName:string]: TJCoreExpressionValue read GetVariable write SetVariable;