Table of Contents

TXDataEnumMember Class

Represents one of the name/value pairs that define the valid values of an enumerated type.

Syntax

Unit: XData.Model.Classes

TXDataEnumMember = class(TXDataModelObject);

Properties

Name Description
Name Gets or sets the name of the enumerated value.
Value Gets or sets the ordinal value of the enumerated value.