Skip to main content

TdxCompositionLinkItems.NonBuiltInsExists Method

Determines whether any of the link items was added to the collection at runtime.

Declaration

function NonBuiltInsExists: Boolean;

Returns

Type
Boolean

Remarks

The NonBuiltInsExists method determines whether any of the link items was added at runtime.

If the NonBuiltInsExists method returns True, there are link items created at runtime in the collection. Otherwise, there are either no link items in the collection or they all were added at design time.

See Also