DeleteStatePicture PowerScript function
Description
Deletes a state picture from a control.
Controls
ListView and TreeView controls
Syntax
|
1 |
<span>controlname</span><span>.DeleteStatePicture</span> ( <span>index</span> ) |
|
Argument |
Description |
|---|---|
|
controlname |
The name of the ListView or TreeView |
|
index |
The index number of the state picture |
Return Values
Integer. Returns 1 if it succeeds and
-1 if an error occurs.
Examples
This example deletes a state picture from a ListView
control:
|
1 |
lv_list.<span>DeleteStatePicture</span>(1) |
See Also
Document get from Powerbuilder help
Thank you for watching.
Subscribe
Login
0 Comments
Oldest