TdxCustomDocumentCapabilitiesOptions.ParagraphTabsAllowed Method
In This Article
Returns a value indicating whether it is possible to set and customize the tab stops.
#Declaration
Delphi
function ParagraphTabsAllowed: Boolean; virtual;
#Returns
Type |
---|
Boolean |
#Remarks
If the function returns True, an end-user can set tab stops and customize them by using the Tabs dialog window. If the ParagraphTabsAllowed function returns False, the paragraph tab stops feature is not available.
Note
The Paragraph
See Also