CGXLongOperation::CGXLongOperation
CGXLongOperation();
Remarks
Creates a new CGXLongOperation object and increases the operation level.
You should construct a CGXLongOperation object before you start a loop with many operations and, in this loop, you should frequently call NeedMessage / DoMessages.
Control-Factory Specific ->
This method has been implemented using the abstraction mechanism as discussed in the chapter "Reducing the size of your application" in the user's guide. A call to the CGXLongOperation::ImplementLongOperation method from within the control factory class' InitializeApplicationComponents method will make the concrete implementation of this method available to your application.
If no concrete implementation is available this method performs no action.
END Control-Factory Specific
See Also
CGXLongOperation::GetCurrentLevel CGXLongOperation::NeedMessages CGXLongOperation::DoMessages