Returns true if the constraints are satisfied, or false if they are not satisfied
Function Validate_Constraints Returns Boolean
Call: | Get Validate_Constraints to BooleanVariable |
The Validate_constraints function validates this object's constraints against the record buffer's current content, returning true if the constraints are satisfied, or false if they are not satisfied. This function is intended to be used within validate_save procedures to verify that records satisfy this object's constraints. Note that most constraints are merely selection criteria and not integrity rules, so use of this function would probably be rare.