From c324241bd722e2eb3488c9fb5a467882b7040435 Mon Sep 17 00:00:00 2001 From: xue <> Date: Fri, 7 Apr 2006 15:25:07 +0000 Subject: List controls now use array keys as list item values even if the array is integer-indexed --- demos/quickstart/protected/pages/Controls/List.page | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'demos') diff --git a/demos/quickstart/protected/pages/Controls/List.page b/demos/quickstart/protected/pages/Controls/List.page index e3a6f368..cac07330 100644 --- a/demos/quickstart/protected/pages/Controls/List.page +++ b/demos/quickstart/protected/pages/Controls/List.page @@ -23,16 +23,10 @@ List controls covered in this section all inherit directly or indirectly from

-Since TListControl inherits from TDataBoundControl, these list controls also share a common operation known as databinding. The Items can be populated from preexisting data specified by DataSource or DataSourceID. A function call to dataBind() will cause the data population. For list controls, data can be specified in three kinds of format: +Since TListControl inherits from TDataBoundControl, these list controls also share a common operation known as databinding. The Items can be populated from preexisting data specified by DataSource or DataSourceID. A function call to dataBind() will cause the data population. For list controls, data can be specified in the following two kinds of format: