AnnPopFixedState example for C++ Builder

//This example enables the"fixed" property for all objects in the container that
//have been temporarily disabled with a call to AnnPushFixedState.
//For an example using the magnifying glass, see the source code
//for the main COM annotation demo.
void TForm1:: ExampleAnnPopFixedState(HANNOBJECT hContainer )
{
   LEADAnn1->AnnFlags = ANNFLAG_RECURSE + ANNFLAG_NOINVALIDATE;
   LEADAnn1->AnnPopFixedState (hContainer);
}