summaryrefslogtreecommitdiff
path: root/demos/quickstart/protected/pages/Controls/Overview.page
blob: da16d1703b5f71688845c4d419e27a70f97a499e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<com:TContent ID="body" >
<h1>Controls Overview</h1>
<p>
A control is an instance of class <tt>TControl</tt> or its subclass. A control is a component defined in addition with user interface. The base class <tt>TControl</tt> defines the parent-child relationship among controls which reflects the containment relationship among user interface elements.
</p>
<p>
Control classes constitute one of the major part of PRADO framework. Nearly every generic HTML element can find its representation in terms of a PRADO control. Mastering these controls becomes extremely important to effectively and efficiently compose applications using PRADO.
</p>
<p>
In this section, we will first introduce the ...., then....
</p>
<p>
To be continued...
</p>
</com:TContent>