From 9bca357865376660fb53c2f4df72ca409345e777 Mon Sep 17 00:00:00 2001 From: xue <> Date: Sun, 5 Mar 2006 04:18:04 +0000 Subject: TMultiView and TView are completed. --- framework/Exceptions/messages.txt | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'framework/Exceptions/messages.txt') diff --git a/framework/Exceptions/messages.txt b/framework/Exceptions/messages.txt index 8ca618bd..81664b3e 100644 --- a/framework/Exceptions/messages.txt +++ b/framework/Exceptions/messages.txt @@ -248,4 +248,13 @@ datalistitemcollection_datalistitem_required = TDataListItemCollection can only tablerowcollection_tablerow_required = TTableRowCollection can only accept TTableRow objects. -tablecellcollection_tablerow_required = TTableCellCollection can only accept TTableCell objects. \ No newline at end of file +tablecellcollection_tablerow_required = TTableCellCollection can only accept TTableCell objects. + +multiview_view_required = TMultiView can only accept TView as child. +multiview_activeviewindex_invalid = TMultiView.ActiveViewIndex has an invalid index '{0}'. +multiview_view_inexistent = TMultiView cannot find the specified view. +multiview_viewid_invalid = TMultiView cannot find the view '{0}' to switch to. + +viewcollection_view_required = TViewCollection can only accept TView as its element. + +view_visible_readonly = TView.Visible is read-only. Use TView.Active to toggle its visibility. \ No newline at end of file -- cgit v1.2.3