TTypedValue

The combination of a Value along with its required Type_

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
4TTypedValue

Source

TypedValue.pas (27)

Description

TTypedValue is most often used in interfaces between data sources and user interface components to model both the current value of data cell and to describe the type of the possible values a user can enter for that data cell.

Fields

ScopeVisibilityTypeNameDescription
InstanceprivateTValueFValue
InstanceprivateTTypeFType
InstancepublicTDataMethodsAllowedMethods

Methods

ScopeVisibilityResultNameDescription
InstancepublicCreate(Value: TValue; Type_: TType)
InstancepublicDestroy()
GlobalpublicTTypedValueNewUnknown()