From 29130c17def4e63475b3fd775f48832e8d07bda0 Mon Sep 17 00:00:00 2001 From: xue <> Date: Sun, 2 Apr 2006 15:39:57 +0000 Subject: Added TParameterModule. --- demos/quickstart/protected/pages/Configurations/AppConfig.page | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'demos') diff --git a/demos/quickstart/protected/pages/Configurations/AppConfig.page b/demos/quickstart/protected/pages/Configurations/AppConfig.page index d617a280..48243200 100644 --- a/demos/quickstart/protected/pages/Configurations/AppConfig.page +++ b/demos/quickstart/protected/pages/Configurations/AppConfig.page @@ -33,7 +33,7 @@ Configuration for an application is stored in an XML file named application. -Note, if the value attribute is not specified, the whole parameter XML node (of type TXmlElement) will be returned as the parameter value. +Note, if the value attribute is not specified, the whole parameter XML node (of type TXmlElement) will be returned as the parameter value. In addition, the System.Util.TParameterModule module provides a way to load parameters from an external XML file. See more details in its API documentation.

-- cgit v1.2.3