Skip to content

TBAValueSetValueList

Unit: BoldAttributes

Declaration

TBAValueSetValueList = class(TBoldMemoryManagedObject)

Hierarchy

  1. TObject
  2. TBoldMemoryManagedObject
  3. TBAValueSetValueList
  4. Direct subclasses
  5. TBADerivedValueSetValueList

Properties

Name Summary Notes
Count read-only
ValueSetValues read-only

Count

property Count: integer;

ValueSetValues

property ValueSetValues[index:integer]: TBAValueSetValue;

Methods

Name Summary Notes
Add
AddValue
Create
Destroy override
FindByInteger
FindByString
FindByText
GetFirstValue
ToStrings
ToStringsWithNil

Add

procedure Add(intvalue: Integer; arrString: array of string);

AddValue

procedure AddValue(Value: TBAValueSetValue);

Create

constructor Create;

Destroy

destructor Destroy; override;

FindByInteger

function FindByInteger(Value: Integer): TBAValueSetValue;

FindByString

function FindByString(Representation: TBoldRepresentation; Value: string): TBAValueSetValue;

FindByText

function FindByText(Representation: TBoldRepresentation; Value: string): TBAValueSetValue;

GetFirstValue

function GetFirstValue: TBAValueSetValue;

ToStrings

procedure ToStrings(Representation: TBoldRepresentation; theStrings: TStrings);

ToStringsWithNil

procedure ToStringsWithNil(Representation: TBoldRepresentation; theStrings: TStrings; nilstring: string);

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.