TdxCustomReportLinkOptionsRefinements.DisplayTrackBarsAsText Property
Specifies whether in-place track bar editors should be displayed as text.
Declaration
property DisplayTrackBarsAsText: Boolean read; write; default True;
Property Value
Type | Default |
---|---|
Boolean | True |
Remarks
Set this property to True to replace in-place track bar editors within a report with a string representation of their edit values. Otherwise, track bar editors are displayed as is.
The default value of the DisplayTrackBarsAsText property is True.
See Also