Multiple sort-direction glyphs

L.S.,

I wrote some code to sort a TDBAdvGrid on multiple columns.
For each column in the order by clause I would now like to add the appropiate sort-direction glyph.

Is this possible and how can I achieve this?

with regards,

Peet Terluin

Yes it is possible:
        SortSettings.IndexShow = True

Easy :)