Hallo Igotcha,
vielen Dank für deine Antwort.
Das if ist in der Originalversion vorhanden und zwischen dem Begin und End deklariere ich dann das Objekt mit
Delphi-Quellcode:
ACB := TGridCheckBoxExt(sgGrid.ObjectList.Objects[index]);
Self.SetCheckBoxAlignment(ACB,ACol,ARow);
Nur da kommt das Programm erst gar nicht hin, da das Object nicht als TGridCheckBoxExt erkannt wird.
Gruß
Woto