Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the DictField object by using the given table and field identifiers.
Syntax
private DictField getDictField(TableId _tableId, FieldId _fieldId)
Run On
Client
Parameters
- _tableId
Type: TableId Extended Data Type
The table identifier.
- _fieldId
Type: FieldId Extended Data Type
The field identifier.
Return Value
Type: DictField Class
The DictField object that has the table and field identifiers.
Remarks
This method is used to centralize the error handling if the field is not found.