Description
Deletes all small pictures from a ListView control.
Applies to
ListView controls
Syntax
listviewname.DeleteSmallPictures ( )
Argument |
Description |
---|---|
listviewname |
The name of the ListView control from which you want to delete all small pictures |
Return value
Integer.
Returns 1 if it succeeds and -1 if an error occurs.
Examples
This example deletes all small pictures from a ListView control:
lv_list.DeleteSmallPictures()
See also