TValueType

TType representing a set with a single TValue

Inheritance

LevelAncestorDescription
1TObjectUltimate ancestor in a class hierarchy
2TBaseObjectA base class for objects that can be used instead of TObject.
3TReferenceCountedObjectObject that keeps track of the number of times it is referenced from other objects
4TValueBase class for an immutable object that stores a value of a certain TType.
5TType Abstract base class for types that are used in a type system.
6TValueType

Source

Type_.Value.pas (26)

Description

While a TValue may belong to many type, a TValueType is its most specific type.

Fields

ScopeVisibilityTypeNameDescription
InstanceprivateTValueFValue

Methods

ScopeVisibilityResultNameDescription
InstanceprivateSetValue(Value: TValue)
InstancepublicCreate(Value: TValue)
InstancepublicDestroy()
InstancepublicTBooleanIsEquivalentTo(OtherType: TType)
InstancepublicTStorageTypeGetStorageType()