MDI and Teechart 9/15
Posted: Tue Mar 08, 2011 8:47 pm
i would like to know if there is a reported problem using teechart 9/15 vcl for c++XE, and MDI forms when
try to manipulate example titles as follow:
DBChart1->Title->Clear();
DBChart1->Title->Text->Add("Hello");
DBChart1->SubTitle->Text->Add("Hello");
give me the following exception:
Access violation at adress xxxxxxx in module yyyyy Read adress 0000005c
thanks for your advice
try to manipulate example titles as follow:
DBChart1->Title->Clear();
DBChart1->Title->Text->Add("Hello");
DBChart1->SubTitle->Text->Add("Hello");
give me the following exception:
Access violation at adress xxxxxxx in module yyyyy Read adress 0000005c
thanks for your advice