Overview
Units
Class Hierarchy
Classes, Interfaces, Objects and Records
Types
Variables
Constants
Functions and Procedures
Identifiers
simplehtmltreeparser
type TAttributeEnumerator = record
list: TAttributeList;
index: integer;
function GetCurrent: TTreeAttribute;
function MoveNext: Boolean;
property Current: TTreeAttribute read GetCurrent;