TdxHorizontalRulerOptions.ShowTabs Property
In This Article
Specifies if tab stops are visible.
#Declaration
Delphi
property ShowTabs: Boolean read; write; default True;
#Property Value
Type | Default |
---|---|
Boolean | True |
#Remarks
Set this property to False to hide tab stops on the horizontal ruler.
The ShowTabs property’s default value is True.
See Also