4D View v14

PV SET WINDOW TITLE

Home

 
4D View v14
PV SET WINDOW TITLE

PV SET WINDOW TITLE 


 

PV SET WINDOW TITLE ( area ; title ) 
Parameter Type   Description
area  Longint in 4D View area
title  String in New title of the external window

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)+")")

 
PROPERTIES 

Product: 4D View
Theme: PV Tools
Number: 15816

 
HISTORY 

Created: 4D View 6.8

 
SEE ALSO 

PV Get window title

 
ARTICLE USAGE

4D View Language ( 4D View v11.4)
4D View Language ( 4D View v12)
4D View Language ( 4D View v14)
4D View Language ( 4D v13)
4D View Language ( 4D View v14 R2)
4D View Language ( 4D View v14 R3)
4D View Language ( 4D View v14 R4)