AddActionNextArticleThread

Actions, page-level navigation

Description

Appends a Thread action to an existing action /Next sequence

The action uses indirect references to the selected thread and optional bead as defined by ISO 32000-2 §12.6.4.7

Syntax

Function TPDFlib.AddActionNextArticleThread(ActionID, ThreadIndex, BeadIndex: Integer): Integer;

Parameters

ActionIDAn existing action handle
ThreadIndexThe 1-based index returned by AddArticleThread or exposed by ArticleThreadCount
BeadIndexA 1-based bead index, or 0 to begin at the thread's first bead

Return values

Returns 1 on success or 0 without changing the action chain when an action, thread or bead is invalid

See also

AddLinkToArticleThread, AddActionNextEx, GetActionNextInfo