TdxLayoutControlReportLinkOptionsTransparent.Groups Property
In This Article
Specifies if the layout control group’s background is transparent.
#Declaration
Delphi
property Groups: Boolean read; write; default True;
#Property Value
Type | Default |
---|---|
Boolean | True |
#Remarks
Set the Groups property to True to enable transparent painting for the layout control group’s background.
The default value of the Groups property is True.
See Also