ComponentOne True DataControl 8.0
Master Property

 

Master Property

Specifies the TData control on which this control is dependent.

Syntax

TData.Master = string

Remarks

Read/Write at design time. Read-only at run time. Property applies to TData control.

This property specifies the name of the TData control that acts as the master in a master-detail relationship with this (dependent) TData control. The default value is an empty string, which indicates that the control has no master.

Both master and dependent controls must be on the same form.

Note: If you are establishing a one-to-one link between a dependent control and its master, you need to set the LinkType property to either 1 - Outer, or 2 - Inner.

For more information, see Master-Detail Relationships.

See Also

TData Control

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback