Thema: Delphi FocusRect in StringGrid

Einzelnen Beitrag anzeigen

shmia

Registriert seit: 2. Mär 2004
5.508 Beiträge
 
Delphi 5 Professional
 
#2

Re: FocusRect in StringGrid

  Alt 12. Jul 2004, 13:10
Zitat von Shaman:
Wie bringt man das FocusRect um die aktive Zelle in einem StringGrid weg?
Delphi-Quellcode:
const
   NoSelection: TGridRect = (Left: - 1; Top: - 1; Right: - 1; Bottom: - 1);
begin
   StringGrid1.Selection := NoSelection;
Andreas
  Mit Zitat antworten Zitat