|
|
|
|
|
- Use conditions
- Equivalence
- Limitation
<Table>.SavePositionAndSelection (Function) In french: <Table>.SauvePositionEtSélection Saves: - the scrollbar position in a Table or TreeView Table control,
- the elements selected in the control.
SauveTable is string
SauveTable = TABLE_Table1.SauvePositionEtSélection()
TABLE_Table1.Affiche(taInit)
TABLE_Table1.RestaurePositionEtSélection(SauveTable)
Syntax
<Result> = <Table control>.SavePositionAndSelection()
<Result>: Character string <Table control>: Control name Name of the Table or TreeView Table control to be used. Remarks Use conditions <Table>.SavePositionAndSelection can be used on: - Table or TreeView Table controls based on a data file.
- Table or TreeView Table controls populated programmatically.
- single-selection or multi-selection controls.
Equivalence <Table>.SavePositionAndSelection and <Table>.RestorePositionAndSelection are equivalent to the option "Remember position and selection" available in the "Details" tab of the Table control description. Limitation <Table>.SavePositionAndSelection does not work on Table controls based on a data file with ongoing movement (i.e. without proportional scrollbar).
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|