Syntax 1 For list boxes
Description
Deletes all the items from a list.
Controls
ListBox, DropDownListBox, PictureListBox, and DropDownPictureListBox controls
Syntax
|
1 |
<span>listboxname</span>.<span>Reset</span> ( ) |
|
Argument |
Description |
|---|---|
|
listboxname |
The name of the ListBox control from |
Return Values
Integer. Returns 1 if it succeeds and
-1 if an error occurs. If listboxname is null, Reset returns null.
The return value is usually not used.
Examples
This statement deletes all items in the ListBox portion
of ddlb_Actions:
|
1 |
ddlb_Actions.<span>Reset</span>() |
See Also
Document get from Powerbuilder help
Thank you for watching.
Subscribe
Login
0 Comments
Oldest