Jump to content

DBGrid Cell color problem


codeb

Recommended Posts

  • Administrators

procedure TMainForm.UniDBGrid1DrawColumnCell(Sender: TObject; ACol,
 ARow: Integer; var Value: string; Column: TUniDBGridColumn;
 Attribs: TUniCellAttribs);
begin
Attribs.Color:=clRed;
end;

 

Your project already contains a draw event which is created in a older version of uniGUI . Event format has changed in 0.88.0. Remove this event and add it again.

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...