blob: 1b454ea51fb2854e147486d0a851180a9d7ff6c4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
<HTML>
<HEAD>
<meta charset="UTF-8">
<title>Form.removeAll - kvision</title>
<link rel="stylesheet" href="../../../style.css">
</HEAD>
<BODY>
<a href="../../index.html">kvision</a> / <a href="../index.html">pl.treksoft.kvision.form</a> / <a href="index.html">Form</a> / <a href="./remove-all.html">removeAll</a><br/>
<br/>
<h1>removeAll</h1>
<a name="pl.treksoft.kvision.form.Form$removeAll()"></a>
<code><span class="keyword">fun </span><span class="identifier">removeAll</span><span class="symbol">(</span><span class="symbol">)</span><span class="symbol">: </span><a href="index.html"><span class="identifier">Form</span></a><span class="symbol"><</span><a href="index.html#K"><span class="identifier">K</span></a><span class="symbol">></span></code>
<p>Removes all controls from the form.</p>
<p><strong>Return</strong><br/>
current form</p>
</BODY>
</HTML>
|