Inserts a <DataCapture> into the <DataCaptureList> at the specified index. The <DataCaptureList> takes ownership of the inserted <DataCapture> object.
int32 InsObject( DataCapture p_oCapture, int32 p_nInex )
| Parameter Type | Parameter Name | Documentation |
|---|---|---|
| <DataCapture> | p_oCapture | A pointer to the <DataCapture> object to insert. |
| int32 | p_nInex | The index at which to insert the <DataCapture> object. |
None published. Please look for an example in the Simdify Scripting Language code base.