Contains a Pointer to an Integer type.
Source position: grids.pas line 617
published property TGridColumn.Tag : PtrInt read FTag write FTag default 0;
Tag is a PtrInt property which contains a numeric value. Its usage is implementation dependent.