Good afternoon to all,
with FNC GRID ther's an option to get the current row and column like TMSStringGrid.Row and TMSStringGrid.Col ? (and lastrow??)
Thank you
Daniele
Good afternoon to all,
with FNC GRID ther's an option to get the current row and column like TMSStringGrid.Row and TMSStringGrid.Col ? (and lastrow??)
Thank you
Daniele
To know the current selected row use TMSFNCGrid1.FocusedCell.Row, TMSFNCGrid1.FocusedCell.Col.
Thank you Pieter