4D View v16

PV UNFREEZE PANES

Home

 
4D View v16
PV UNFREEZE PANES

PV UNFREEZE PANES 


 

PV UNFREEZE PANES ( area ) 
Parameter Type   Description
area  Longint in 4D View area

The PV UNFREEZE PANES command changes the 4D View area to "standard pane" mode, where it is possible to add or remove panes, move their splitter, etc.
In order for this command to function, the panes of the area must have been frozen previously using the PV FREEZE PANES command or the Freeze Panes command of the View menu.

If the area does not contain any splitters or if it has not been frozen, the command does nothing and the OK variable is set to 0. If the command is executed correctly, the OK variable is set to 1 and the View menu is modified accordingly: the Unfreeze Panes command is dimmed and the Freeze Panes command is activated.

Example  

The following example unfreezes the panes of an area if they have been frozen:

 PV GET COMMAND STATUS(area;pv cmd unfreeze panes;$status;$check;$name)
 If($status=1)
    PV UNFREEZE PANES(area)
 End if

If the area does not contain a splitter or if it has not been frozen, the command does nothing and the OK variable is set to 0. If the command is executed correctly, the OK variable is set to 1.



See also 

PV FREEZE PANES

 
PROPERTIES 

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

The OK variable is changed by the command

 
HISTORY 

Created: 4D View v11.2

 
ARTICLE USAGE

4D View Language ( 4D View v16)