|
|
|
|
IWListPosition (Function) In french: FIListePosition Displays the internal window corresponding to the specified position (in the list of internal windows browsed by an Internal Window control) or returns the position of the internal window currently displayed (in the list of internal windows browsed by an Internal Window control).
// Displays the first internal window associated with the control IWListPosition(IWC_InternalWindowControl, 1)
Syntax
Displaying the internal windows from a given position Hide the details
IWListPosition(<Internal Window control> , <Position>)
<Internal Window control>: Control name Name of the Internal Window control to use. <Position>: Integer Index of the internal window to be displayed in the control.
Finding out the position of the internal window currently displayed Hide the details
<Result> = IWListPosition(<Internal Window control>)
<Result>: Integer - Position of the internal window currently displayed in the "Internal window" control.
- -1 if no internal window is associated with the control.
<Internal Window control>: Control name Name of the Internal Window control to use. Remarks No animation is used for changing the internal window displayed in the control with IWListPosition. To use an animation when changing the internal window, call IWListNext and IWListPrevious.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|