Topic Path: Symbol Reference > Types > Short Type
ContentsIndexHome
PreviousUpNext
Short Type

Native storage format for 16-bit Integer values on the .Net platform.

File
Short = Smallint;

Short is an Integer type that represents the native storage format for 16-bit values on the .Net platform. Short is declared using the System.Int16 type declared in the .Net framework API.

Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
Post feedback to the Indy Docs Newsgroup.