Share via


FormGroupControl.canAddDataField Method

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.
  • arrayIndex
    Type: int

Return Value

Type: boolean
true if a table field can be added; otherwise, false.

See Also

Reference

FormGroupControl Class