4D View v16

PV DELETE ROWS

Home

 
4D View v16
PV DELETE ROWS

PV DELETE ROWS 


 

PV DELETE ROWS ( area ; start ; number ) 
Parameter Type   Description
area  Longint in 4D View area
start  Longint in Starting row number
number  Longint in 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.

Example  

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)



See also 

PV DELETE COLUMNS
PV INSERT ROWS

 
PROPERTIES 

Product: 4D View
Theme: PV Columns and Rows
Number: 15955

 
HISTORY 

Created: 4D View 6.8

 
ARTICLE USAGE

4D View Language ( 4D View v16)