The Cross-Platform xBase.
3.4 Fork
TBrowse() and TBColumn() examplesA simple example demonstrating the use of classes TBrowse() and TBColumn().
$ hbrun tbrowse.prg
┌──────────────────────────┐
│First Second │
│══════════╤═══════════════│
│ 1│ THIS │
│ 2│ IS │
│ 3│ A │
│ 4│ BROW │
│ 5│ ON │
│ 6│ AN │
│ 7│ ARRA │
│ 8│ TEST │
│══════════╧═══════════════│
│Number String │
└──────────────────────────┘
To learn how to build/run this example, see this page.