Internet Direct (Indy)
Home
PreviousUpNext
TIdStrings Type

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

Pascal
TIdStrings = Classes.TStrings;

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

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

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

TIdStringsFCL

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.