4D View v14

PV REMOVE VERT SPLITTER

Home

 
4D View v14
PV REMOVE VERT SPLITTER

PV REMOVE VERT SPLITTER 


 

PV REMOVE VERT SPLITTER ( area ; splitter ) 
Parameter Type   Description
area  Longint in 4D View area
splitter  Integer in Vertical pane number

The PV REMOVE VERT SPLITTER command removes, from area, a vertical splitter whose number is passed in splitter.

This command allows removing any type of vertical pane, created by the user or by using the PV ADD VERT SPLITTER command.

Note: When the statement PV REMOVE VERT SPLITTER(area;1) is executed in the context of a frozen area, the frozen pane is removed and the area returns to "standard pane" mode.

Example  

Delete the last vertical pane:

 C_LONGINT($VertPaneNum`Number of vertical panes
 
  `Number of vertical panes
 $VertPaneNum:=PV Get area property(Area;pv vert pane count)
 PV REMOVE VERT SPLITTER(Area;$VertPaneNum)

 
PROPERTIES 

Product: 4D View
Theme: PV Panes
Number: 15966

 
HISTORY 

Modified: 4D View v11.2

 
SEE ALSO 

PV ADD VERT SPLITTER
PV REMOVE HOR SPLITTER

 
ARTICLE USAGE

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