How To…Use Bookmarks With TextPipeline

Question

“How can I use the TextPipeline to print only specific records or apply a filter?”

Solution

This example shows how to add a list of Bookmarks to the TextPipeline to control which records print.

All DataPipelines support bookmarking and bookmark list data traveral. When bookmarks are added to a datapipeline, it will traverse only the bookmark records. The Bookmark list acts as an index/filter for the data. This technique can be used with any type of DataPipeline.

Download: TextPipeBookmarkTraversal.zip

Sample Delphi code: