blob: 24cdb36669e46dd1372254a60b8e26d9362889da (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<com:TForm>
<h1>Populate active list controls</h1>
<com:TActiveListBox ID="list1" OnCallback="list_changed" />
<com:TActiveDropDownList ID="list2" OnCallback="list_changed" />
<com:TActiveLabel ID="label1" />
<com:TActiveButton ID="button1" Text="populate list 1" OnClick="populate_list1" />
<com:TActiveButton ID="button2" Text="populate list 2" OnClick="populate_list2" />
</com:TForm>
|