DeleteStatePicture
PowerScript function
Description
Deletes a state picture from a control.
Applies to
ListView and TreeView controls
Syntax
|
1 |
controlname.DeleteStatePicture ( index ) |
|
Argument |
Description |
|---|---|
|
controlname |
The name of the ListView or TreeView control from which |
|
index |
The index number of the state picture you want to |
Return value
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.DeleteStatePicture(1) |
See also
Document get from Powerbuilder help
Thank you for watching.
Subscribe
Login
0 Comments
Oldest