Thema: Delphi Try, Except Problem

Einzelnen Beitrag anzeigen

Muetze1
(Gast)

n/a Beiträge
 
#4

Re: Try, Except Problem

  Alt 3. Mär 2006, 09:32
und warum nicht ganz einfach sowas?

Delphi-Quellcode:
If ( PreviousColumnIndex > -1 ) Then
Begin
  JvDBGrid1.Columns[PreviousColumnIndex].title.Font.Style :=
  JvDBGrid1.Columns[PreviousColumnIndex].title.Font.Style - [fsBold];
End;
  Mit Zitat antworten Zitat