Represents an array of pointers for VCL versions prior to VCL6.
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.
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
|
Post feedback to the Indy Docs Newsgroup.
|