Table of Contents

TXDataStructuredProperty Class

Base class for the properties whose value is an object or a collection of objects of a structured type.

Syntax

Unit: XData.Model.Classes

TXDataStructuredProperty = class(TXDataProperty);

Methods

Name Description
IsSimple Returns False, since structured properties are never simple properties.

Properties

Name Description
Target Gets the type of the object, or collection of objects, the property points to.
TargetRef Gets or sets the name of the target type, used when the model is written to or read from JSON.