| Parameter | Description |
|---|---|
| iItem | The item number |
Property Boolean Valid_Item
| Read Access: | Get Valid_Item iItem to BooleanVariable |
Valid_Item causes the validation of a single item identified by iItem. The return value of the function is the result of the validation process (0 if valid).
If (Valid_Item(Self, Current)) Begin
// do whatever
End