A single developer license allows 1 developer to use the components for development, obtain free updates & support for a full version cycle of the product. The license is not transferable.
A single developer license allows 1 developer to use the components for development, obtain free updates & support for 1 year. The license is not transferable.
A single developer license allows 1 developer to use the components for development, obtain free updates & support for 2 years. The license is not transferable.
A small team license allows 2 developers within the company to use the components for development, obtain free updates & support for a full version cycle of the product. The license is not transferable.
A small team license allows 2 developers within the company to use the components for development, obtain free updates & support for 1 year. The license is not transferable.
A small team license allows 2 developers within the company to use the components for development, obtain free updates & support for 2 years. The license is not transferable.
A site license allows an unlimited number of developers within the company to use the components for development, obtain free updates & support for a full version cycle of the product. Developers can be added at any time during the full version cycle.
A site license allows an unlimited number of developers within the company to use the components for development, obtain free updates & support for 1 year. Developers can be added at any time during the 1 year period.
A site license allows an unlimited number of developers within the company to use the components for development, obtain free updates & support for 2 years. Developers can be added at any time during the 2 year period.
TAdvStringGrid
Example 63 : Using subgrouping with TAdvStringGrid
With the TAdvStringGrid method
grid.Group(column) it is possible to let the grid perform an automatic grouping
on a column in the grid. In addition to the Group() function, it is possible to
let the grid automatically add sub groups with the method grid.SubGroup(column).
This subgrouping can be done for multiple columns but it is important that the
successive columns for subgroups are right from the last subgroup.
To ungroup groups or subgroups, the methods grid.UnGroup() and grid.SubUnGroup()
can be used respectively.
This code snippet demonstrates how grouping and
one subgroup is applied to a grid that loads a CSV file: