TRecordType

A TType structured into named Members, each with its own 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
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.
6TStorageType
7TStructuredTypeAbstract base class for a TType that has an internal structure
8TRecordType

Source

Type_.Structured.pas (36)

Fields

ScopeVisibilityTypeNameDescription
InstanceprivateTList<TStructuredTypeMember>FMembers

Methods

ScopeVisibilityResultNameDescription
InstancepublicCreate()
InstancepublicDestroy()
InstancepublicTBooleanIsEquivalentTo(OtherType: TType)
InstancepublicTBooleanIsEquivalentToRecord(OtherType: TRecordType)
InstancepublicTTextRecordToText(Members: TList<TValue>)