summaryrefslogtreecommitdiff
path: root/tests/FunctionalTests/active-controls/protected/pages/DelayedCallback.page
blob: d3447635b46c830727db7fcc6de4a6c0e84b14e4 (plain)
1
2
3
4
5
6
<com:TForm>
<h1>Delayed Callback Test</h1>
<com:TActiveButton ID="button1" Text="Delayed 4000" OnCallback="callback1" />
<com:TActiveButton ID="button2" Text="Delayed 2000" OnCallback="callback2" />
<com:TActiveLabel ID="status" />
</com:TForm>