Search
Table.MasterGroup Property
See Also
 



Gets a reference to the group to which the table is attached.

 Syntax

VB6  Copy Code

Public Property Get MasterGroup() As Group

C++  Copy Code

public:
Group* get_MasterGroup ()

 Property Value

A reference to a Group object.

 Remarks

Holds a reference to the group in which this table is a subordinate object, e.g. it has been added to this group using one of the Attach* methods. The property equals to null (Nothing in Visual Basic) if the table is not attached to any group.

 See Also