Source position: MUIClass.StringGrid.pas line 11
type TGridColumn = record
Title: string;
Rows: array of record
Text: string;
Data: Pointer;
end;