diff options
author | Christophe.Boulain <> | 2009-10-07 09:56:37 +0000 |
---|---|---|
committer | Christophe.Boulain <> | 2009-10-07 09:56:37 +0000 |
commit | cd5a8d15e2923f1c93fd6401ce574ffcc5cff2db (patch) | |
tree | 50236c42e539ec148ac8249ad2cf63830f70bb10 /framework/Exceptions | |
parent | 40d57c8f2a6a944f53735f3ab8227b17770a30ce (diff) |
Add TActiveTableCell & TActiveTableRow
Diffstat (limited to 'framework/Exceptions')
-rw-r--r-- | framework/Exceptions/messages/messages.txt | 6 |
1 files changed, 6 insertions, 0 deletions
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 |