Skip to main content
All docs
V25.2
  • TdxReport.GroupName Property

    Specifies a group name for TdxReport components.

    Declaration

    property GroupName: string read; write;

    Property Value

    Type Description
    string

    The TdxReport component group name.

    Remarks

    Multiple TdxReport component instances in the same application share the same VCL backend and resources (such as data connection components). You can group TdxReport components according to their purpose in the application.

    Use the GroupName property to associate the report component with a specific group.

    Default Value

    The GroupName property’s default value is an empty string.

    The default GroupName property value indicates that the report component belongs to an “empty” group. All TdxReport components with an unspecified GroupName property belong to the “empty” group and share the same backend resources.

    See Also