LookupTableEntry.IsValid Property
Project Developer Reference |
Returns True if the entry conforms to the code mask. Read-only Boolean.
Syntax
expression.IsValid
expression A variable that represents a LookupTableEntry object.
Return Value
Boolean
Remarks
This method typically returns True. You can tell that an entry is not valid if it is in red in the Define Lookup Table dialog box.
See Also