Code Block | ||||
---|---|---|---|---|
| ||||
FUNCTION xpxDeleteTableInstanceRows(tableInstanceId : GENERIC; rowNumber : INTEGER; (* rowNumber of first row to delete *) numberOfRows : INTEGER) status : INTEGER; |
<missing description>
Arguments
...
...
Type | Name | Comment |
GENERIC | tableInstanceId | comment |
INTEGER | rowNumber | rowNumber of first row to delete |
INTEGER | numberOfRows |
Return Value
...
Insert excerpt | ||||||
---|---|---|---|---|---|---|
|
Options
<missing description>
...
...
Example
...
Code Block | ||
---|---|---|
| ||
<Missing Example> |
...