Internet Direct (Indy)
Home
PreviousUpNext
WhiteSpace Constant

Specifies whitespace characters.

Pascal
WhiteSpace = [0..12, 14..32];

WhiteSpace is a constant value that represents the set of ordinal values for characters considered as whitespace when working with methods and properties of the Indy components. These ordinal values include the controls characters from Decimal 0 to Decimal 12, and all control charcters from Decimal 14 up to and including the Space character (Decimal 32) (CHAR32).

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.