Skip to content

Add_New_Row - dbGrid_

Inserts a blank row into the grid if the cursor is not already in a new row

Type: Procedure

Parameters

Parameter Type Description
iLoc Integer Determines where the new row is added: ConstantMeaning

Syntax

Procedure Add_New_Row Integer iLoc

Call Example

Send Add_New_Row iLoc

Description

Add_new_row inserts a blank row into the grid if the cursor is not already in a new row. If loc is 0, the row is inserted above the current row; if it is -1, it is inserted at the top of grid; if it is 1, at the bottom.