Internet Direct (Indy)
Home
PreviousUpNext
TIdExtList Class

Represents an array of pointers for VCL versions prior to VCL6.

Pascal
TIdExtList = class(TIdList);

TIdExtList is a TIdList descendant that represents an array of pointers for VCL versions prior to VCL6. TIdExtList can be used to maintain lists of objects using properties and methods. 

TIdExtList is declared in the Indy library because TList has no Assign method in VCL versions prior to VCL6.

Do NOT add data members to TIdExtList in descendant classes.

Internet Direct (Indy) version 10.1.5
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
Website http://www.indyproject.org.
Post feedback to the Indy Documentation newsgroup.