4D View v16

PV SET WINDOW TITLE

Home

 
4D View v16
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)+")")



See also 

PV Get window title

 
PROPERTIES 

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

 
HISTORY 

Created: 4D View 6.8

 
ARTICLE USAGE

4D View Language ( 4D View v16)