Source position: treegrids.pas line 992
type THitInfo = record
HitNode: PTreeGridNode;
HitPositions: THitPositions;
HitColumn: TColumnIndex;
HitPoint: TPoint;
end;