AnnAutoDrawEnable example for C++ Builder
This example toggles the AnnAutoDrawEnable property.
if (LEADAnn1->AnnAutoDrawEnable == true) LEADAnn1->AnnAutoDrawEnable= false; else LEADAnn1->AnnAutoDrawEnable = true;