Therefore API > API Reference > Classes > TheCategoryDialog > Methods
EnableField
Enables/disables an index field on the category dialog.
Namespace: Therefore.API
Parameters
nFieldNo
The unique field number of the index data field to be enabled or disabled.
bEnabled
true
The field is enabled and can be edited.
false
The field is disabled and grayed out.
Return Value
None.
Exception
Condition
Number Not Found
nFieldNo is not found in the category definition.