DoInsertObject - cCollection
Inserts an object-handle, ho, into the collection before the hoBefore object-handle
Type: Procedure
Parameters
| Parameter | Type | Description |
|---|---|---|
| ho | Handle | The object handle to be inserted |
| hoBefore | Handle | The object handle to be inserted before |
Syntax
Procedure DoInsertObject Handle ho Handle hoBefore
Call Example
Send DoInsertObject ho hoBefore
Description
DoInsertObject inserts an object-handle, ho, into the collection before the hoBefore object-handle.