TBAShortInt¶
A shortint attribute
Unit: BoldAttributes
Declaration¶
Hierarchy¶
- TObject
TBoldMemoryManagedObjectTBoldFlaggedObject- TBoldSubscribableObject
- TBoldElement
- TBoldDomainElement
- TBoldMember
- TBoldAttribute
- TBANumeric
- TBAInteger
- TBASmallInt
- TBAShortInt
Description¶
A shortint stores values between -128 and 127 (Low(ShortInt)..High(ShortInt)).
Properties¶
| Name | Summary | Notes |
|---|---|---|
| AsShortInt | The actual shortint value |
AsShortInt¶
The native delphi representation of a shortint
Methods¶
| Name | Summary | Notes |
|---|---|---|
| CheckRange | override |
CheckRange¶
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.