|
|
|
|
|
LooperRestorePositionAndSelection (Function) In french: ZoneRépétéeRestaurePositionEtSélection Restores the scrollbar position in a Looper control as well as the selected elements. These elements have been saved by LooperSavePositionAndSelection.
sSavePosition is string
sSavePosition = LooperSavePositionAndSelection(LOOP_Looper1)
LooperDisplay(LOOP_Looper1, taInit)
LooperRestorePositionAndSelection(LOOP_Looper1, sSavePosition)
Syntax
LooperRestorePositionAndSelection(<Looper control> [, <Save>])
<Looper control>: Control name Name of the Looper control to be used. <Save>: Optional character string Save characteristics returned by LooperSavePositionAndSelection. If this parameter is not specified:- The last position and selection saved with LooperSavePositionAndSelection is used (if available).
- If the position and selection have not been saved, an error is displayed.
Remarks - The name of the control used for the save (LooperSavePositionAndSelection) can differ from the name used for the restore operation. This feature can be useful to duplicate the position and the selection on two Looper controls displayed alternatively for example.
- LooperRestorePositionAndSelection has no effect if the control is empty.
Business / UI classification: UI Code
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|