mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-16 04:59:20 +02:00
Docs: LCL/comctrls. Updates TCustomTabControl.Change topic for changes in 36c308d1
.
This commit is contained in:
parent
6f7146a46e
commit
86f3e42075
@ -3644,11 +3644,16 @@ Performs actions to show or hide pages when the current page is changed.
|
|||||||
pages in the tabbed control.
|
pages in the tabbed control.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
Change calls ShowCurrentPage to display the page in PageIndex, and hide the
|
Change causes the TCustomPage instance in Page at the position in PageIndex to
|
||||||
previously visible page in the tabbed control. MaybeSelectFirstControlOnPage is
|
become visible, and hides the previously visible page on the tabbed control. If
|
||||||
called to select the focused control for the ActivePage. Change calls DoChange
|
a control was focused on the previous page, the new page is focused prior to
|
||||||
when the control is not being destroyed, or loaded in the LCL component
|
hiding the previous page.
|
||||||
streaming mechanism.
|
</p>
|
||||||
|
<p>
|
||||||
|
At run-time, MaybeSelectFirstControlOnPage is called when the active page
|
||||||
|
component is visible, enabled, and has child controls. It selects the focused
|
||||||
|
control for the ActivePage. DoChange is called to signal the OnChange event
|
||||||
|
handler (when assigned).
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
Change is called from the MoveTab method, and when selection change messages
|
Change is called from the MoveTab method, and when selection change messages
|
||||||
@ -3661,6 +3666,7 @@ OnChange is signalled for the active page.
|
|||||||
</version>
|
</version>
|
||||||
<seealso>
|
<seealso>
|
||||||
<link id="TCustomTabControl.ActivePage"/>
|
<link id="TCustomTabControl.ActivePage"/>
|
||||||
|
<link id="TCustomTabControl.Page"/>
|
||||||
<link id="TCustomTabControl.PageIndex"/>
|
<link id="TCustomTabControl.PageIndex"/>
|
||||||
<link id="TCustomTabControl.TabIndex"/>
|
<link id="TCustomTabControl.TabIndex"/>
|
||||||
<link id="TCustomTabControl.MaybeSelectFirstControlOnPage"/>
|
<link id="TCustomTabControl.MaybeSelectFirstControlOnPage"/>
|
||||||
|
Loading…
Reference in New Issue
Block a user