DeleteLargePicture PowerScript function
Description
Deletes a picture from the large image list.
Controls
ListView controls
Syntax
|
1 |
<span>listviewname</span><span>.DeleteLargePicture</span> ( <span>index </span>) |
|
Argument |
Description |
|---|---|
|
listviewname |
The name of the ListView control to which |
|
index |
The index entry for the large picture |
Return Values
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.<span>DeleteLargePicture</span>(1) |
See Also
Document get from Powerbuilder help
Thank you for watching.
Subscribe
Login
0 Comments
Oldest