Table of Contents

TXDataSchema.FindEnumMember Method

Looks for a member of any enumerated type of the schema by its name.

Syntax

Unit: XData.Model.Classes

function TXDataSchema.FindEnumMember(const AName: string): TXDataEnumMember;

Parameters

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

Returns

The first member found with that name, or nil if none is found.

See also