Syntax 1: For list boxes
Description
Deletes all the items from a list.
Applies to
ListBox, DropDownListBox, PictureListBox, and
DropDownPictureListBox controls
Syntax
|
1 |
listboxname.Reset ( ) |
|
Argument |
Description |
|---|---|
|
listboxname |
The name of the ListBox control from which to delete all |
Return value
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.Reset() |
See also
Document get from Powerbuilder help
Thank you for watching.
Subscribe
Login
0 Comments
Oldest