Class TJCoreExpressionVar

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TJCoreExpressionVar = class(TObject)

Description

Hierarchy

  • TObject
  • TJCoreExpressionVar

Overview

Methods

Public constructor Create(const AName: string);

Properties

Public property Name: string read FName;
Public property Value: TJCoreExpressionValue read FValue write FValue;
Public property ValuePtr: PJCoreExpressionValue read GetValuePtr;

Description

Methods

Public constructor Create(const AName: string);
 

Properties

Public property Name: string read FName;
 
Public property Value: TJCoreExpressionValue read FValue write FValue;
 
Public property ValuePtr: PJCoreExpressionValue read GetValuePtr;
 

Generated by PasDoc 0.14.0.