DeleteLargePicture
PowerScript function
Description
Deletes a picture from the large image list.
Applies to
ListView controls
Syntax
|
1 |
listviewname.DeleteLargePicture ( index ) |
|
Argument |
Description |
|---|---|
|
listviewname |
The name of the ListView control to which you want to |
|
index |
The index entry for the large picture you want to |
Return value
Integer.
Returns 1 if it succeeds and -1 if an error occurs.
Examples
This example deletes a large picture from a ListView control:
|
1 |
lv_list.DeleteLargePicture(1) |
See also
Document get from Powerbuilder help
Thank you for watching.
Subscribe
Login
0 Comments
Oldest