Share via


DictField.label Method

Returns the label for the field.

Syntax

public str label([int arrayIndex])

Run On

Called

Parameters

  • arrayIndex
    Type: int

Return Value

Type: str
The label or inherited label value for the field.

Remarks

If no label is provided for the field, this method returns the label for the extended data type for the field, if applicable. If an array entry is specified, this method returns the label for the array element.

See Also

Reference

DictField Class