SET.IS_VALID Function
Syntax
Result_Flag as L = Is_Valid()
Description
Is the current set valid.
Discussion
The .IS_VALID() method returns .T. (TRUE) if the set has a valid structure; otherwise, it returns .F. (FALSE).
Example
dim ptr as P ptr = set.open("invoice") ? ptr.is_valid() = .T.
See Also