hi!
i'm trying to manipulate TDBChart in Borland C++ Builder during runtime
since i have to get the result from a query executing at runtime.
how do i do these things? i have tried the following code:
TBarSeries *MySeries;
MySeries = new TBarSeries(this);
MySeries->ParentChart...
hi!
i'm trying to manipulate TDBChart in Borland C++ Builder during runtime
since i have to get the result from a query executing at runtime.
how do i do these things? i have tried the following code:
TBarSeries *MySeries;
MySeries = new TBarSeries(this);
MySeries->ParentChart...
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.