|
|
|
|
|
<Looper>.RestorePositionAndSelection (Function) In french: <Zone répétée>.RestaurePositionEtSélection sSavePosition is string
sSavePosition = LOOP_Looper1.SavePositionAndSelection()
LOOP_Looper1.Display(taInit)
LOOP_Looper1.RestorePositionAndSelection(sSavePosition)
Syntax
<Looper control>.RestorePositionAndSelection([<Save>])
<Looper control>: Control name Name of the Looper control to be used. <Save>: Optional character string Save characteristics returned by <Looper>.SavePositionAndSelection. If this parameter is not specified:- The last position and selection saved with <Looper>.SavePositionAndSelection 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 (<Looper>.SavePositionAndSelection) 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.
- <Looper>.RestorePositionAndSelection has no effect if the control is empty.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|