PV SET WINDOW TITLE
version 6.8
PV SET WINDOW TITLE (area; title)
Parameter | Type | Description | |
area | Longint | 4D View area | |
title | String | New title of the external window |
Description
The PV SET WINDOW TITLE command assigns the title of the window of the 4D View external area.
Example
Add the current date to the window.
C_TEXT($Title) `Existing title
$Title:=PV Get window title (Area)
PV SET WINDOW TITLE (Area;$Title+" ("+String(Current date)+")")
See Also