Skip to content

Validate_Constraints - BaseData_Set

Validates this object's constraints against the record buffer's current content

Type: Function
Return Data Type: Boolean

Syntax

Function Validate_Constraints Returns Boolean

Call Example

Get Validate_Constraints to BooleanVariable

Description

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.

Return Value

Returns true if the constraints are satisfied, or false if they are not satisfied