Skip to content

Insert_Row - DfBaseList

Used by dbGrid-class objects to insert prototype rows in the grid at the specified row number

Type: Procedure

Parameters

Parameter Type Description
hoProtoype Handle The prototype object ID
iRowToInsert Integer The row number to be inserted in front of

Syntax

Procedure Insert_Row Handle hoProtoype Integer iRowToInsert

Call Example

Send Insert_Row hoProtoype iRowToInsert

Description

The Insert_row message is used by dbGrid-class objects to insert prototype rows in the grid at the specified row number. The hoProtoype is the prototype object that will be inserted.

send insert_row to (alist(self)) proto_object 4