Validate method: RecordDefn class

Syntax

Validate()

Description

Use this method to validate a record definition.

Parameters

None.

Returns

A Boolean value. True if the record definition is successfully validated; false otherwise. If it returns false, the detailed error messages are available through the Messages property.

Example

&retVal = &srcRecord.Validate();