Internet Direct (Indy)
Home
PreviousUpNext
TIdStringList Type

Class alias that isolates dependencies on TStringList from the Borland RTL and VCL.

Pascal
TIdStringList = Classes.TStringList;

TIdStringList is a platform-specific class alias that isolates dependencies on the TStringList class from the Borland RTL and VCL. In the Indy library, any member or parameter argument represented by a TStringList type should be defined using the TIdStringList alias. 

For platforms and runtimes supporting the Borland RTL and VCL, TIdStringList is an alias for the TStringList class from the Classes.pas unit. 

For platforms like VS.Net and Mono, TIdStringList is an alias for the TIdStringListFCL class from the IdObjsFCL.pas unit.

TIdStringListFCL

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.