grid.getcellcolor

Hello,
what the possible values for param "astate"
in grid.getcellcolor ? I didn't find anything

I suspect you refer here to the event handler OnGetCellColor where AState is of the type TGridDrawState:

  TGridDrawState = set of (gdSelected, gdFocused, gdFixed, gdRowSelected,
    gdHotTrack, gdPressed);

Thank you...