From cd5a8d15e2923f1c93fd6401ce574ffcc5cff2db Mon Sep 17 00:00:00 2001 From: "Christophe.Boulain" <> Date: Wed, 7 Oct 2009 09:56:37 +0000 Subject: Add TActiveTableCell & TActiveTableRow --- framework/Exceptions/messages/messages.txt | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'framework/Exceptions/messages') diff --git a/framework/Exceptions/messages/messages.txt b/framework/Exceptions/messages/messages.txt index ee5fc317..f9e30b1d 100644 --- a/framework/Exceptions/messages/messages.txt +++ b/framework/Exceptions/messages/messages.txt @@ -473,3 +473,9 @@ response_status_reason_missing = HTTP 1.1 need reason for extended status-code response_status_reason_badchars = For HTTP 1.1 header, the token status-reason must not contain token CR or LF activefileupload_temppath_invalid = TActiveFileUpload TempPath path '{0}' does not exist or is not writable by Web server process. + +tactivetablecell_control_outoftable = {0} '{1}' must be enclosed within a TTableRow control. +tactivetablecell_control_notincollection = {0} '{1}' no member of the TTableCellCollection of the parent TTableRow control. + +tactivetablerow_control_outoftable = {0} '{1}' must be enclosed within a TTable control. +tactivetablerow_control_notincollection = {0} '{1}' no member of the TTableRowCollection of the parent TTable control. \ No newline at end of file -- cgit v1.2.3