Specifies cursor to be visible when user move mouse pointer over cells inside the column.
property Cursor: TCursor read FCursor write FCursor default crDefault;
Example
colSiteUrl.Cursor := crHandPoint;
colSiteUrl.Font.Color := clHotLight;
colSiteUrl.Font.Style := [fsUnderline];