Subject TIB_CheckBox delay
Author Steven Beames
I've noticed that when I examine TIB_CheckBox->Checked in the datasource's OnDataChange event
handler, upon changing rows via a TIB_Grid, that the state is still that of the previously selected
row of the dataset!

Is there a way to ensure that this property is accurate at this time, or do I have to continue using
(ClientsQry->FieldByName("ACCNTHLDR")->AsString == "T"), which does reflect the correct value?

Thanks
Steven Beames