TXTextControl.HeaderFooterAtInputPos Property

Returns which header or footer owns the current text input position. To own the current text input position a header or footer must be activated. Even if a header or footer looses the current input focus to another program, it remains activated and owns the current text input positon furthermore. The SectionCurrent property receives the section number. It is either the number of the section (one-based), the activated header or footer belongs to, or the number of the section in the main text that contains the current text input position.

Introduced: 12.0.

Syntax

TXTextControl.HeaderFooterAtInputPos
Setting Description
txHeader (1) The header owns the text input position.
txFirstHeader (2) The special header for the first page owns the text input position.
txFooter (4) The footer owns the text input position.
txFirstFooter (8) The special footer for the first page owns the text input position.
txMainText (16) The main text owns the text input position.
txEvenHeader (128) The even header owns the text input position.
txEvenFooter (256) The even footer owns the text input position.

Data Types

Integer.

Limitations

Read only, run time only.

See Also