Exception raised when an index out of range error occurs in the Indy library.
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.
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
|
Post feedback to the Indy Docs Newsgroup.
|