FieldClass Property
Version: Available or changed with runtime version 1.0.
Sets the class of the field.
Applies to
- Table field
Property value
Value | Available or changed with | Description |
---|---|---|
Normal | runtime version 1.0 | A data entry field. |
FlowField | runtime version 1.0 | A calculated field. |
FlowFilter | runtime version 1.0 | To compute the results of FlowFields. |
Syntax
FieldClass = FlowFilter;
Remarks
There are three classes of fields: Normal, FlowFields, and FlowFilters. For more information, see FlowFields and FlowFilter Overview.