Add_Row - DfBaseList
Appends all of the items from the hoPrototype to the current object
Type: Procedure
Parameters
| Parameter | Type | Description |
|---|---|---|
| hoPrototype | Handle | Prototype object ID |
Syntax
Procedure Add_Row Handle hoPrototype
Call Example
Send Add_Row hoPrototype
Description
The add_row message is used to append all of the items from the hoPrototype to the current object. This message is typically used with dbGrid-class objects to add new prototype rows to the grid display.
send add_row to (alist(self)) proto_object