TdxCustomDocumentCapabilitiesOptions.HeadersFootersAllowed Method
In This Article
Returns a value indicating whether the headers and footers can be created in the active document.
#Declaration
Delphi
function HeadersFootersAllowed: Boolean; virtual;
#Returns
Type |
---|
Boolean |
#Remarks
If the function returns True, an end-user can create headers and footers within the current document. If the HeadersFootersAllowed function returns False, the headers and footers are not available.
Note
The Headers
See Also