TObjectMember

A combination between an Object_ and the Value of one of its members.

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.
5TObjectMember

Source

Object_.Model.pas (30)

Fields

ScopeVisibilityTypeNameDescription
InstanceprivateTTypedValueFValue
InstancepublicTObjectObject_
InstancepublicTTextName
InstancepublicTBooleanShowValue

Methods

ScopeVisibilityResultNameDescription
InstanceprivateSetValue(Value: TTypedValue)
InstancepublicCreate(Name: TText; ShowValue: TBoolean)
InstancepublicDestroy()
InstancepublicTBooleanEquals(Object_: TBaseObject)
InstancepublicTTextToText()