Hi there,
if your field has the Name of xy you can access it like
try
{
Query1->Open();
Query1->Fields->FieldByName( "COUNT OF xy" )->AsInteger;
Query1->Close();
}
Hope this will help
Benno
HI there guys
I need some help please. I am using a DBGrid an would like to change the color of a whole Row. Has anybody any idea how to do this?
Thanks
Regards
Benno
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.