DictFieldGroup.methodName Method
Returns the name of the specified method from the field group.
Syntax
public str methodName(FieldId fieldId)
Run On
Called
Parameters
- fieldId
Type: FieldId Extended Data Type
The field ID that is returned from a call to the field method for the method name to return. It is the responsibility of the developer to make sure that a valid field ID is used.
Return Value
Type: str
The name of the specified method from the field group; an empty string if the fieldId value is less than 65280.
Remarks
Methods are specified by method index + 65280. For a code example that uses this method, see the DictFieldGroup.numberOfFields Method method.