Hi,
I have Form class inside my App.
I am able to get pointer to canvas of Form using this->GetCanvasN().
If I want draw on canvas should I overload Form/Panel method OnDraw() and show current instance of canvas using pCanvas->Show() always there?
Are there another ways to show created on canvas content?
I did not find still.
Thank you in advance.
Alexey.