mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-06 23:20:18 +02:00
Revert "Docs: LCL/comctrls. Updates TCustomTabControl.Change topic for changes in 36c308d1."
This reverts commit 6eff43b592726068ed7cf9ee3903703531b6f9d2.
(cherry picked from commit 6625afb1dc
)
This commit is contained in:
parent
87cc5a15bb
commit
87e7648239
@ -3644,16 +3644,11 @@ Performs actions to show or hide pages when the current page is changed.
|
||||
pages in the tabbed control.
|
||||
</p>
|
||||
<p>
|
||||
Change causes the TCustomPage instance in Page at the position in PageIndex to
|
||||
become visible, and hides the previously visible page on the tabbed control. If
|
||||
a control was focused on the previous page, the new page is focused prior to
|
||||
hiding the previous page.
|
||||
</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).
|
||||
Change calls ShowCurrentPage to display the page in PageIndex, and hide the
|
||||
previously visible page in the tabbed control. MaybeSelectFirstControlOnPage is
|
||||
called to select the focused control for the ActivePage. Change calls DoChange
|
||||
when the control is not being destroyed, or loaded in the LCL component
|
||||
streaming mechanism.
|
||||
</p>
|
||||
<p>
|
||||
Change is called from the MoveTab method, and when selection change messages
|
||||
@ -3666,7 +3661,6 @@ OnChange is signalled for the active page.
|
||||
</version>
|
||||
<seealso>
|
||||
<link id="TCustomTabControl.ActivePage"/>
|
||||
<link id="TCustomTabControl.Page"/>
|
||||
<link id="TCustomTabControl.PageIndex"/>
|
||||
<link id="TCustomTabControl.TabIndex"/>
|
||||
<link id="TCustomTabControl.MaybeSelectFirstControlOnPage"/>
|
||||
|
Loading…
Reference in New Issue
Block a user