ResetContent Method (COMBOBOX / DATALIST)


PLBCMP GUI Only

 

The ResetContent method removes all items in the given DATALIST or COMBOBOX object. The method uses the following format:

 

 

[label]

{object}.ResetContent

 

Where:

label

Optional. A Program Execution Label.

object

Required. A DATALIST or COMBOBOX object that is modified.

Flags Affected: EOS, OVER, ZERO

Note the following:

  1. All items in the list are removed.

  2. The EOS, OVER and ZERO Condition Flags are cleared.

 

 

See Also: Method Syntax, DATALIST Methods, COMBOBOX Methods

 



PL/B Language Reference PreventKeyClickEvent (DATALIST) SelItemRange Method (DATALIST)