Skip to content

IsRelatesToConstrained - BaseData_Set

Determines if a child DDO is currently constrained to a particular parent table

Type: Function
Return Data Type: Boolean

Parameters

Parameter Type Description
iParentFile Integer Table number of table to check

Syntax

Function IsRelatesToConstrained Integer iParentFile Returns Boolean

Call Example

Get IsRelatesToConstrained iParentFile to BooleanVariable

Description

This is sent to a child DDO to see if it is currently constrained (see Constrain_File) to that parent table.

Return Value

Returns True if child DDO is currently constrained to table iParentFile.