Internet Direct (Indy)
Home
PreviousUpNext
EIdRangeException Class

Exception raised when an index out of range error occurs in the Indy library.

Pascal
EIdRangeException = class(EIdException);

EIdRangeException is an EIdException descendant that represents the exception raised when an index out of range error occurs in the Indy library. 

EIdRangeException is raised in the BytesToString function when the index value is not in the range required to access values in the TIdBytes passed to the routine.

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.