How do I code for a filed in the grid to have visible set to false? .. Do I code the field or column .... visible=False ...
please help with syntax .. I get this error when I compile
dgrMYGRID.Fields['dob'].Visible := False;
[Error] D_MYGRID.pas(1317): Incompatible types: 'Integer' and 'String'
please help with syntax .. I get this error when I compile
dgrMYGRID.Fields['dob'].Visible := False;
[Error] D_MYGRID.pas(1317): Incompatible types: 'Integer' and 'String'