TXTextControl.HeaderFooterConnectedToPrevious Property |
| Description: | | This property returns or sets a value specifying whether a header or footer is connected with the header or footer of the previous section. If headers or footers are connected, they have always the same contents. The SectionCurrent property determines the section, the header or footer belongs to.
|
| Syntax: | | TXTextControl.HeaderFooterConnectedToPrevious(HeaderFooter) [= value]
|
| | | Parameter | | Description | | | | HeaderFooter | | Specifies the kind of the header or footer. Valid values are listed in Constants.
|
|
| Constants: | | Valid values for the HeaderFooter parameter are:
| Constant | | Description | | | | txHeader (1) | | Specifies the header.
| | txFirstHeader (2) | | Specifies the special header for the first page.
| | txFooter (4) | | Specifies the footer.
| | txFirstFooter (8) | | Specifies the special footer for the first page.
|
|
| Data Types: | | | HeaderFooter: | Integer | | Property value: | Boolean |
|
| Limitations: | | Run time only.
|
| Introduced: | | 14.0
|
| See also: | | Headers and Footers, Headers and Footers. |