Sepasoft MES Module Suite
A ParseRow object is available from the getParseRows() function of the Parse Row Collection object.
Properties
getParseValues()
Description
Results all of the parse values contained in the row.
Syntax
getParseValues()
- Parameters
None
- Returns
List of ParseValue objects.
- Scope
All
isRequiredValid()
Description
Checks to see if all parse value objects are both required and valid.
Syntax
isRequiredValid()
- Parameters
None
- Returns
If true indicates that all parse values objects that are required are valid.
- Scope
All
isValid()
Description
Checks to see if all parse value objects are valid.
Syntax
isValid()
- Parameters
None
- Returns
If true indicates that all parse value objects are valid.
- Scope
All
Sepasoft MES Module Suite