Command PV Get header

4D View

PV Get header

version 6.8


PV Get header (area; header) String

ParameterTypeDescription
areaLongint4D View area
headerLongintHeader position

Function result String Header string

Description

The PV Get header command returns the header or footer string in the location set by header.

header is defined in PV Headers & footers constants to define the header parameter.

Example

Transfer the text from the center header to the page footer:

   C_TEXT($Header)  `Center header text

   $Header:=PV Get header (Area;pv header center)  `Get center header
   PV SET HEADER (Area;pv header center ;"")  `Empty header
   PV SET HEADER (Area;pv footer center ;$Header)  `Pass to footer
   PV PRINT (Area)

See Also

PV SET HEADER.

Constants

PV Headers & footers theme