Skip to content

TBAShortInt

A shortint attribute

Unit: BoldAttributes

Declaration

TBAShortInt = class(TBASmallInt)

Hierarchy

  1. TObject
  2. TBoldMemoryManagedObject
  3. TBoldFlaggedObject
  4. TBoldSubscribableObject
  5. TBoldElement
  6. TBoldDomainElement
  7. TBoldMember
  8. TBoldAttribute
  9. TBANumeric
  10. TBAInteger
  11. TBASmallInt
  12. TBAShortInt

Description

A shortint stores values between -128 and 127 (Low(ShortInt)..High(ShortInt)).

Properties

Name Summary Notes
AsShortInt The actual shortint value

AsShortInt

property AsShortInt: ShortInt;

The native delphi representation of a shortint

Methods

Name Summary Notes
CheckRange override

CheckRange

function CheckRange(Value: integer): Boolean; override; See also Ancestor Method

Returns true for values between (-128..127) (Low(ShortInt)..High(ShortInt))


Generated from the Bold 4.0 help (Help/BfD.chm) by Tools/chm2mkdocs.py; member lists reflect Bold 4.0, see the source for members added since.