TBrowse() and TBColumn() examples

A simple example demonstrating the use of classes TBrowse() and TBColumn().

Source:

Screenshot:

$ hbrun tbrowse.prg


    ┌──────────────────────────┐
    │First          Second     │
    │══════════╤═══════════════│
    │         1│    THIS       │
    │         2│    IS         │
    │         3│    A          │
    │         4│    BROW       │
    │         5│    ON         │
    │         6│    AN         │
    │         7│    ARRA       │
    │         8│    TEST       │
    │══════════╧═══════════════│
    │Number         String     │
    └──────────────────────────┘

How to build/run:

To learn how to build/run this example, see this page.