Removes the content in the control.
Source position: valedit.pas line 182
public procedure TValueListEditor.Clear; |
Clear is a procedure used to remove the content in the control. Clear calls the Clear method in Strings to remove all Key / Value information stored in the property. This action also frees the item definitions stored in an internal list in Strings.
|
Stores the keys, values, and item definitions in the control. |
|
|
Removes all items in the container. |
|
|
Represents items in the TValueListEditor control. |