TBAWord¶
A word attribute
Unit: BoldAttributes
Declaration¶
Hierarchy¶
- TObject
TBoldMemoryManagedObjectTBoldFlaggedObject- TBoldSubscribableObject
- TBoldElement
- TBoldDomainElement
- TBoldMember
- TBoldAttribute
- TBANumeric
- TBAInteger
- TBAWord
- Direct subclasses
- TBAByte
Description¶
Stores values in the range 0..65535 (Low(word)..High(Word))
Properties¶
| Name | Summary | Notes |
|---|---|---|
| AsWord | The native delphi representation of a word |
AsWord¶
This property is the native delphi representation of a word.
Methods¶
| Name | Summary | Notes |
|---|---|---|
| CheckRange | override |
CheckRange¶
returns true for values in the range 0..65535 (Low(word)..High(Word))
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.