TBASmallInt¶
Attribute type corresponding to SmallInt
Unit: BoldAttributes
Declaration¶
Hierarchy¶
- TObject
TBoldMemoryManagedObjectTBoldFlaggedObject- TBoldSubscribableObject
- TBoldElement
- TBoldDomainElement
- TBoldMember
- TBoldAttribute
- TBANumeric
- TBAInteger
- TBASmallInt
- Direct subclasses
- TBAShortInt
Description¶
Stores values between -32768..32767 (Low(SmallInt)..High(SmallInt))
Properties¶
| Name | Summary | Notes |
|---|---|---|
| AsSmallInt | The actual smallint value |
AsSmallInt¶
The native Delphi representation of a smallint
Methods¶
| Name | Summary | Notes |
|---|---|---|
| CheckRange | override |
CheckRange¶
Returns true for values between -32768..32767 (Low(SmallInt)..High(SmallInt))
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.