DeleteColumn PowerScript function
Description
Deletes a column.
Context
ListView controls
Syntax
|
1 |
<span>listviewname</span><span>.DeleteColumn</span> ( <span>index</span> ) |
|
Argument |
Description |
|---|---|
|
listviewname |
The name of the ListView control from |
|
index |
The index number of the column you want |
Return Values
Integer. Returns 1 if it succeeds and
-1 if an error occurs.
Examples
This example deletes the second column in a ListView
control:
|
1 |
lv_list.<span>DeleteColumn</span>(2) |
See Also
Document get from Powerbuilder help
Thank you for watching.
Subscribe
Login
0 Comments
Oldest