blob: 4c0eaf034186bbd1ed3a809dd79d5e8163a69f47 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<com:TForm ID="form1">
<h1>Add Dynamic Custom TTemplateControl Test</h1>
<com:TActivePanel ID="Foo">
<com:TTextBox ID="foo" />
</com:TActivePanel>
<com:TActiveButton ID="button2" Text="Button 1"
OnClick="button2_onclick" OnCallback="button2_callback"/>
<com:TActivePanel ID="placeholder" />
<com:TActiveLabel ID="label1" Text="Label 1" />
</com:TForm>
|