Table of Contents

TTMSFNCBloxElement.MasterGroup Property

Returns the top-level group block that holds the element across all nesting levels. Unlike GroupBlock, which returns the immediate group, this returns the outermost group.

API unit family: TMSFNCBloxCoreElement Declaring type: TTMSFNCBloxElement Type: TTMSFNCBloxFakeGroup

Syntax

property MasterGroup: TTMSFNCBloxFakeGroup;

Remarks

For the top-most group, GroupBlock is nil while this points to the group itself. Returns nil when the element is neither grouped nor a group.