TableDeleteRow
PowerScript function
Description
Deletes the specified row in the table.
Applies to
Syntax
|
1 |
boolean rtename.TableDeleteRow(long tableID, long row) |
|
Argument |
Description |
|---|---|
|
tableID |
The unique ID that identifies the table. |
| row | The row number to be deleted. |
Return value
Boolean.
Returns true if it succeeds, and returns false if an error has
occurred or if the row is not found.
Examples
The following example deletes the specified row:
|
1 2 3 4 5 |
long ll_tableid boolean lb_rtn ll_tableid = rte_1.TableInsert(3,4) lb_rtn = rte_1.TableDeleteRow(ll_tableid,2) |
Document get from Powerbuilder help
Thank you for watching.
Subscribe
Login
0 Comments
Oldest