// Clears the list and restores its initial content
ListDeleteAll(LIST_List1)
ListAdd(LIST_List1, LIST_List1.InitialContent)
Syntax
Finding out the initial content of a control Hide the details
<Initial Content> = <Control used>.InitialContent
Modifying the initial content of a List Box control, Combo Box control or column found in a Looper control Hide the details
<Attribute name>.InitialContent = <Initial Content>
<Attribute name>: Character string (with or without quotes)
Name of the attribute linked to the control whose initial content must be modified. The control linked to the attribute must be a memory List Box control, a memory Combo Box control or a "List of values" column found in a Looper control. This parameter has the following format:
<Attribute name>[Row subscript]
<Initial Content>: Character string
List of elements defining the initial content of the object. The elements are separated by CR characters.