Valid_Item - DfBaseEntry
Causes the validation of a single item
Type: Property
Access: Read-Only
Data Type: Boolean
Parameters: None
Parameters
| Parameter | Type | Description |
|---|---|---|
| iItem | Integer | The item number |
Syntax
Property Boolean Valid_Item
| Access Type | Syntax |
|---|---|
| Read Access: | Get Valid_Item to BooleanVariable |
Description
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