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:
|
|
|
|
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:
All items in the list are removed.
The EOS, OVER and ZERO Condition Flags are cleared.
See Also: Method Syntax, DATALIST Methods, COMBOBOX Methods
![]() |