Internet Direct (Indy)
Home
PreviousUpNext
MaxWord Constant

Maxword is a constant corresponding to the highest value possible for a word.

Pascal
MaxWord = High(Word);

This constant is used to prevent overflow problems in the block counter. As soon as the block counter arrives to 65535 it is reset.

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.