blob: 56ef07bd16ed8162440030155584f7c5b7703fbd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<com:TForm>
<h1>Basic TRequiredFieldValidator Test1</h1>
<com:TTextBox ID="text1" />
<com:TRequiredFieldValidator
ID="validator1"
FocusOnError="true"
FocusElementID="text2"
ControlToValidate="text1"
ErrorMessage="*" />
<com:TButton ID="button1" Text="Click" />
<com:TTextBox ID="text2" />
<com:TJavascriptLogger />
</com:TForm>
|