Thema
:
Delphi
Try, Except Problem
Einzelnen Beitrag anzeigen
Muetze1
(Gast)
n/a Beiträge
#
4
Re: Try, Except Problem
3. Mär 2006, 10:32
und warum nicht ganz einfach sowas?
markieren
Delphi-Quellcode:
If
( PreviousColumnIndex > -1 )
Then
Begin
JvDBGrid1.Columns[PreviousColumnIndex].title.Font.Style :=
JvDBGrid1.Columns[PreviousColumnIndex].title.Font.Style - [fsBold];
End
;
Zitat