Command PV SET WINDOW TITLE

4D View

PV SET WINDOW TITLE

version 6.8


PV SET WINDOW TITLE (area; title)

ParameterTypeDescription
areaLongint4D View area
titleStringNew 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

PV Get window title.