AnnPopFixedState example for Delphi

//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.
Procedure TForm1.ExampleAnnPopFixedState ( hContainer: HANNOBJECT );
begin
   LEADAnn1.AnnFlags:= ANNFLAG_RECURSE + ANNFLAG_NOINVALIDATE;
   LEADAnn1.AnnPopFixedState (hContainer);
end;