Skip to content

TBAValueSetValue

Unit: BoldAttributes

Declaration

TBAValueSetValue = class(TBoldElement)

Hierarchy

  1. TObject
  2. TBoldMemoryManagedObject
  3. TBoldFlaggedObject
  4. TBoldSubscribableObject
  5. TBoldElement
  6. TBAValueSetValue
  7. Direct subclasses
  8. TBAMLValueSetValue

Properties

Name Summary Notes
AsInteger
StringRepresentationCount read-only

AsInteger

property AsInteger: Integer;

StringRepresentationCount

property StringRepresentationCount: Integer;

Methods

Name Summary Notes
AddString protected
DefaultSubscribe override
Destroy override
GetAsInteger protected
GetAsList override
GetBoldType protected, override
GetStringRepresentation protected, override
GetStringRepresentationCount protected, virtual
InternalCreate
SetAsInteger protected
SetStringRepresentation protected, override

AddString

procedure AddString(Value: string);

DefaultSubscribe

procedure DefaultSubscribe(Subscriber: TBoldSubscriber; RequestedEvent: TBoldEvent = breReEvaluate); override; See also Ancestor Method

Destroy

destructor Destroy; override; See also Ancestor Method

GetAsInteger

function GetAsInteger: Integer;

GetAsList

procedure GetAsList(ResultList: TBoldIndirectElement); override; See also Ancestor Method

GetBoldType

function GetBoldType: TBoldElementTypeInfo; override; See also Ancestor Method

GetStringRepresentation

function GetStringRepresentation(Representation: TBoldRepresentation): string; override; See also Ancestor Method

GetStringRepresentationCount

function GetStringRepresentationCount: Integer; virtual;

InternalCreate

constructor InternalCreate(StringValues: Integer; List: TBAValueSetValueList);

SetAsInteger

procedure SetAsInteger(Value: Integer);

SetStringRepresentation

procedure SetStringRepresentation(Representation: TBoldRepresentation; Value: string); override; See also Ancestor Method

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.