list_sync

Resynchronizes the displayed list with the latest list position.

Available in:

Apps (win) Apps (char) Reportwriter RPC Standalone PL
X       X

Syntax

void list_sync(list-name)
list           list-name

Description

If the list is currently displayed, updates the display position with the current list item position.

Example

Repositions highlighted list item.
list_seek(ll,42);
list_sync(ll);