Skip to content

Page WSB_EnumFieldMembers

A list page to view/inspect the possible values/members of enum table fields.

Properties

Name Value
ApplicationArea #All
Caption Enum Inspector
ContextSensitiveHelpPage Enum-Inspector.html
DeleteAllowed False
Editable False
InsertAllowed False
ModifyAllowed False
PageType List
SourceTable 70257257
SourceTableTemporary True
UsageCategory Administration

Methods

wgFncAddEnumMembers

Initializes the temporary source table of the page with enum members/values with passed ordinals/IDs and names.

Parameters

Type Name Description
List pEnumValueOrdinals The ordinal values (IDs) of the members/values.
List pEnumValueNames The names of the members/values.
List pEnumValueCaptions The captions of the members/values.

wgFncAddEnumMembersForField

Initializes the temporary source table of the page with enum members/values for the specified field.

Parameters

Type Name Description
FieldRef pFieldRef The enum table field to add the members/values of.