Options
Menu

The Datarange classes providing several generic methods for Intrexx tables.
They can be used within a view table (UpTable) and a free layout table (UpShapedTable).

Intrexx table
 ├── UpDatarange                       # Table
 │   ├── UpDatarangeControl            # Cell
 │   ├── UpDatarangeControlGroup       # Column
 │   └── UpDatarangeRecord             # Row
 └── UpTablePager                      # Control the tables paging

Index