mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-06 14:58:13 +02:00
docs/lcl: Add documentation for the new method TPageControl.Clear.
git-svn-id: trunk@65362 -
This commit is contained in:
parent
88a3b7c7ab
commit
6271182f5d
@ -3549,6 +3549,16 @@
|
||||
|
||||
<element name="TPageControl.FPageToUndock"/>
|
||||
|
||||
<element name="TPageControl.Clear">
|
||||
<short>Removes all pages from the PageControl.</short>
|
||||
<descr>
|
||||
<p>The method <var>Clear</var> removes all tabsheets from the PageControl. Its <var>PageCount</var> is <var>0</var> afterwards.
|
||||
</p>
|
||||
<p>Note that the controls on the tabsheets are only destroyed when their <var>Owner</var> is one of the tabsheets. Otherwise they still exist on the form, but their <var>Parent</var> has been set to <var>nil</var>.
|
||||
</p>
|
||||
</descr>
|
||||
</element>
|
||||
|
||||
<element name="TPageControl.GetActivePageIndex">
|
||||
<short>Gets the value for the ActivePageIndex property.</short>
|
||||
<descr/>
|
||||
|
Loading…
Reference in New Issue
Block a user