Table of Contents

TXDataEntityType.FindProperty Method

Looks for a simple property by its name, including the inherited properties.

Syntax

Unit: XData.Model.Classes

function TXDataEntityType.FindProperty(const AName: string): TXDataSimpleProperty;

Parameters

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

Returns

The property, or nil if neither the type nor its base types have such property.

See also