Search code examples
delphiindy10delphi-10.3-rio

In which Unit do I find TidHeaderList?


I need to use TidHeaderList in my deviation of TidHTTP but cant find the unit it is included in.

Any hints?


Solution

  • Many of Indy's classes are implemented in their own units. A simple grep of Indy's source code (or a review of Indy's documentation) would have shown you that TIdHeaderList is in the IdHeaderList.pas unit (which is in the uses clause of the interface section of the IdHTTP.pas unit).