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).
Intrexxtable ├──UpDatarange# Table │ ├──UpDatarangeControl# Cell │ ├──UpDatarangeControlGroup# Column │ └──UpDatarangeRecord# Row └──UpTablePager# Control the tables paging
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
).