summaryrefslogtreecommitdiff
path: root/framework/Exceptions
diff options
context:
space:
mode:
authorxue <>2006-08-10 01:10:41 +0000
committerxue <>2006-08-10 01:10:41 +0000
commite51b31535521738c7bd8fc8d89e80d57f11eddda (patch)
treee4472b422d72fca2bf7dcde3a55343c4d567c842 /framework/Exceptions
parent2a4bc371ae3a946ea15c6d0f7b82cd4696a7c7bf (diff)
Added support to preset of TListControl.SelectedIndices and SelectedValues.
Diffstat (limited to 'framework/Exceptions')
-rw-r--r--framework/Exceptions/messages.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/framework/Exceptions/messages.txt b/framework/Exceptions/messages.txt
index cbb7cf04..d0aff516 100644
--- a/framework/Exceptions/messages.txt
+++ b/framework/Exceptions/messages.txt
@@ -192,6 +192,7 @@ listcontrol_selection_invalid = {0} has an invalid selection that is set befor
listcontrol_selectedindex_invalid = {0}.SelectedIndex has an invalid value {1}.
listcontrol_selectedvalue_invalid = {0}.SelectedValue has an invalid value '{1}'.
listcontrol_expression_invalid = {0} is evaluating an invalid expression '{1}' : {2}
+listcontrol_multiselect_unsupported = {0} does not support multiselection.
label_associatedcontrol_invalid = TLabel.AssociatedControl '{0}' cannot be found.