Table of Contents

TXDataSchema.FindEnumType Method

Looks for an enumerated type of the schema by its name.

Syntax

Unit: XData.Model.Classes

function TXDataSchema.FindEnumType(const AName: string): TXDataEnumType;

Parameters

<-> Parameter Type Description
const AName string The name of the enumerated type.

Returns

The enumerated type, or nil if it is not found.

See also