Class TSymbolList

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TSymbolList = class(TObject)

Description

TSymbolList stores a list of TSymbolStorage.

Hierarchy

Overview

Fields

Implicit FSymbols: TList;

Methods

Private function GetCount: integer;
Private function GetItems(const Index: integer): TSymbolStorage;
Public Constructor Create;
Public Destructor Destroy; override;
Public procedure Add(const X, Y: double);
Public Procedure Clear;
Public function Equal(const SymbList: TSymbolList): boolean;

Properties

Public property Count: integer read GetCount;
Public property Items[constIndex:integer]: TSymbolStorage read GetItems;

Description

Fields

Implicit FSymbols: TList;

implemented as TObjectList

Methods

Private function GetCount: integer;
 
Private function GetItems(const Index: integer): TSymbolStorage;
 
Public Constructor Create;
 
Public Destructor Destroy; override;
 
Public procedure Add(const X, Y: double);
 
Public Procedure Clear;
 
Public function Equal(const SymbList: TSymbolList): boolean;
 

Properties

Public property Count: integer read GetCount;
 
Public property Items[constIndex:integer]: TSymbolStorage read GetItems;
 

Generated by PasDoc 0.12.1 on 2013-05-13 15:41:43