PV Get header
version 6.8
PV Get header (area; header) String
Parameter | Type | Description | |
area | Longint | 4D View area | |
header | Longint | Header 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
Constants
PV Headers & footers theme