Parameters
- fieldName
- The name of the field.
Return Value
The index of the field. -1 is returned if the field name is not found.
var tv = TableView.Active; if (tv == null) return; // field access var flds = tv.GetFields(); var fldIdx = tv.GetFieldIndex("STATE_NAME"); var fldDesc = tv.GetField(fldIdx);
Target Platforms: Windows 11, Windows 10