| 4D v13PV DELETE ROWS | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|  | 
    4D View v13
 PV DELETE ROWS 
         | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| PV DELETE ROWS ( area ; start ; number ) | ||||||||
| Parameter | Type | Description | ||||||
| area | Longint |   | 4D View area | |||||
| start | Longint |   | Starting row number | |||||
| number | Longint |   | Number of rows | |||||
The PV DELETE ROWS command deletes number row(s) in area starting at row number start.
Note: This command must not be called within a dynamic area. Otherwise, the error 86 is generated.
Delete the first row (1) of the table, to shift the rest of the row area toward the top:
 PV DELETE ROWS(Area;1;1)
	Product:  4D
	Theme:  PV Columns and Rows
	Number:  
        15955
        
        
        
	
	Created:  4D View 6.8
PV DELETE COLUMNS
PV INSERT ROWS