TXTextControl.HeaderFooterDeactivated Event

Occurs when a header or footer has been deactivated. The SectionCurrent property receives the number of the section to which the header or footer belongs.

Syntax

HeaderFooterDeactivated(HeaderFooter)
Parameter Description
HeaderFooter

Specifies the header or footer that has been deactivated. Valid values are listed in Constants.

Constants

Valid values for the HeaderFooter parameter are:

Constant Description
txHeader (1)

A header has been deactivated.

txFirstHeader (2)

The special header for the first page has been deactivated.

txFooter (4)

A footer has been deactivated.

txFirstFooter (8)

The special footer for the first page has been deactivated.

txEvenHeader (128)

An even header has been deactivated.

txEvenFooter (256)

An even footer has been deactivated.

Data Types

HeaderFooter: Integer

See Also