Table of Contents

TXDataStructuredType.FindScalarProperty Method

Looks for a scalar property by its name.

Syntax

Unit: XData.Model.Classes

function TXDataStructuredType.FindScalarProperty(const AName: string): TXDataScalarProperty; virtual;

Parameters

<-> Parameter Type Description
const AName string The name of the property. The comparison is case-insensitive.

Returns

The scalar property, or nil if no scalar property with that name exists.

See also