isSet abstract method

bool isSet(
  1. int fieldId
)

Check if a field is currently set or unset, using the fieldId.

Implementation

bool isSet(int fieldId);