Skip to content

TBAWord

A word attribute

Unit: BoldAttributes

Declaration

TBAWord = class(TBAInteger)

Hierarchy

  1. TObject
  2. TBoldMemoryManagedObject
  3. TBoldFlaggedObject
  4. TBoldSubscribableObject
  5. TBoldElement
  6. TBoldDomainElement
  7. TBoldMember
  8. TBoldAttribute
  9. TBANumeric
  10. TBAInteger
  11. TBAWord
  12. Direct subclasses
  13. 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

property AsWord: Word;

This property is the native delphi representation of a word.

Methods

Name Summary Notes
CheckRange override

CheckRange

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

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.