Skip to content

TBAByte

This attribute can store integer values in the range 0..255.

Unit: BoldAttributes

Declaration

TBAByte = class(TBAWord)

Hierarchy

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

Description

This attribute can store integer values in the range 0..255.

Properties

Name Summary Notes
AsByte

AsByte

property AsByte: Byte;

The native delphi representation of the byte value.

Methods

Name Summary Notes
CheckRange override

CheckRange

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

Raises an exception if the parameter is not a valid byte (0..255)


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.