Valid_Item - DfBaseEntry

Causes the validation of a single item

Type: Property

Access: Read-Only

Data Type: Boolean

Parameters: Integer iItem

ParameterDescription
iItemThe item number


Syntax
 Property Boolean Valid_Item

Read Access: Get Valid_Item iItem 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