Is it possible to write a function that does the opposite TCustomRichView.GetItemAt ? GetItemAt converts X and Y coordinates to ItemNo and offset, I'd like to do the reverse if possible: translate Item and Offset to X and Y coordinates.
GetItemCoords would work if it accepted an Item Offset as an argument.