TAbstractdxRichEditReportLink.OnlySelected Property
In This Article
Determines whether only selected text is printed.
#Declaration
Delphi
property OnlySelected: Boolean read; write; default False;
#Property Value
Type | Default |
---|---|
Boolean | False |
#Remarks
If the OnlySelected property is True, the report contains only selected text of a rich edit.
The default value of this property is False.
See Also