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.
Indicates whether a table field can be added.
Syntax
public boolean canAddDataField(
int dataSourceId,
FieldId fieldId,
[int arrayIndex])
Run On
Client
Parameters
- dataSourceId
Type: int
An Integer data type that specifies the table ID.
- fieldId
Type: FieldId Extended Data Type
A fieldId system data type that specifies the field ID.
- arrayIndex
Type: int
Return Value
Type: boolean
true if a table field can be added; otherwise, false.