diff options
author | ctrlaltca@gmail.com <> | 2011-06-01 21:39:49 +0000 |
---|---|---|
committer | ctrlaltca@gmail.com <> | 2011-06-01 21:39:49 +0000 |
commit | e6cd6ce701e1c7d6e4f245ef2fff6c7d22914767 (patch) | |
tree | dac5a3ed69d13ebc28d758eb4eb05e8d027b1587 /demos/quickstart/protected/pages/ActiveControls/Home.page | |
parent | 4aa6dcff694eb6bbdbe139ae3eb45a38b2f397ea (diff) |
added documentation for TActiveMultiView class
Diffstat (limited to 'demos/quickstart/protected/pages/ActiveControls/Home.page')
-rw-r--r-- | demos/quickstart/protected/pages/ActiveControls/Home.page | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/demos/quickstart/protected/pages/ActiveControls/Home.page b/demos/quickstart/protected/pages/ActiveControls/Home.page index ac972c6e..d5fe1360 100644 --- a/demos/quickstart/protected/pages/ActiveControls/Home.page +++ b/demos/quickstart/protected/pages/ActiveControls/Home.page @@ -65,9 +65,9 @@ TActiveButton</a> control. See also the later part of the <a href="?page=Tutoria </li>
<li>
- * <a href="?page=ActiveControls.ActiveMultiView">TActiveMultiView</a>
- represents a container for a group of TView controls, each of which is container for other controls.
- At any time, at most one TView is visible. It's the active counterpart of TMultiView.
+ <a href="?page=ActiveControls.ActiveMultiView">TActiveMultiView</a>
+ represents a container for a group of TView controls, each of which is container for other controls.
+ At any time, at most one TView is visible. It's the active counterpart of TMultiView.
</li>
<li>
|