Grouped TMSFMXGrid and OnGetCellLayout

I've have trying to figure out if the row I get in a OnGetCellLayout event is a group-header.
The row-numbers do not correspond anymore compared to a non-grouped grid.

Is there an easy way to determine if the row is the group-header?

You can use IsNode(ARow) to know which row is the group header

Thx Pieter for the quick reply.
Yep, that works.
Helps a lot....