Class TCustomTreeEnumerator

Unit

Declaration

type TCustomTreeEnumerator<T,PNode,TTree> = class abstract(TEnumerator<T>)

Description

No description available, ancestor TEnumerator description follows

TEnumerator

Hierarchy

Overview

Fields

Protected FCurrent: PNode;
Protected FTree: TTree;

Methods

Protected function DoGetCurrent: T; override;
Protected function GetCurrent: T; virtual; abstract;
Public constructor Create(ATree: TObject);

Properties

Public property Current: T read GetCurrent;

Description

Fields

Protected FCurrent: PNode;
 
Protected FTree: TTree;
 

Methods

Protected function DoGetCurrent: T; override;
 
Protected function GetCurrent: T; virtual; abstract;
 
Public constructor Create(ATree: TObject);
 

Properties

Public property Current: T read GetCurrent;
 

Generated by PasDoc 0.15.0.