4D View v14PV REMOVE HOR SPLITTER |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
4D View v14
PV REMOVE HOR SPLITTER
|
PV REMOVE HOR SPLITTER ( area ; splitter ) | ||||||||
Parameter | Type | Description | ||||||
area | Longint |
![]() |
4D View area | |||||
splitter | Integer |
![]() |
Horizontal pane number | |||||
The PV REMOVE HOR SPLITTER command removes, from area, a horizontal splitter whose number is passed in splitter.
This command allows removing any type of horizontal pane, created by the user or by using the PV ADD VERT SPLITTER command.
Note: When the statement PV REMOVE HOR 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.
Delete the last horizontal pane:
C_LONGINT($HorPaneNum) `Number of horizontal panes
`Number of horizontal panes
$HorPaneNum:=PV Get area property(Area;pv hor pane count)
PV REMOVE HOR SPLITTER(Area;$HorPaneNum)
Product: 4D View
Theme: PV Panes
Number:
15965
Modified: 4D View v11.2
PV ADD HOR SPLITTER
PV REMOVE VERT SPLITTER
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)