Class TParserVar
Unit
Declaration
type TParserVar = class(Tobject)
Description
Class for keeping a list of variablel and associate values
Hierarchy
- Tobject
- TParserVar
Overview
Fields
![]() |
NumVariables: Cardinal; |
Methods
![]() |
constructor Create(InitSize: Cardinal); |
![]() |
destructor Destroy; OVERRIDE; |
![]() |
function Add(const VarName, VarValue: String): Integer; |
![]() |
function Lookup(const VarName: String): Integer; |
Properties
![]() |
property Value: String READ get_value WRITE set_value; |
![]() |
property VarString[Idx:Cardinal]: String READ Get_VarString; |
Description
Fields
![]() |
NumVariables: Cardinal; |
Methods
![]() |
constructor Create(InitSize: Cardinal); |
![]() |
destructor Destroy; OVERRIDE; |
![]() |
function Add(const VarName, VarValue: String): Integer; |
![]() |
function Lookup(const VarName: String): Integer; |
returns number of variables |
Properties
![]() |
property Value: String READ get_value WRITE set_value; |
returns index or 0 |
![]() |
property VarString[Idx:Cardinal]: String READ Get_VarString; |
Generated by PasDoc 0.16.0.