TdxTabContainerDockSite.ActivateNextChild(Boolean,Boolean) Method
Activates the child dock control next to or prior to the currently active child dock control.
Declaration
procedure ActivateNextChild(AGoForward: Boolean; AGoOnCycle: Boolean = True);
Parameters
Name | Type |
---|---|
AGoForward | Boolean |
AGoOnCycle | Boolean |
Remarks
The AGoForward parameter value specifies whether the next (True) or previous (False) child dock control is to be activated.
Set the AGoOnCycle parameter to False to prohibit searching for a child dock control after reaching the last available dock control in the direction specified by the AGoForward parameter.
See Also