LVectorWindow::EndChanging

Summary

This function is called by every function that affects the vector.

Syntax

#include "ltwrappr.h"

virtual L_VOID LVectorWindow::EndChanging(nChangeType, nChangeCategory, nRetCode)

Parameters

L_UINT nChangeType

The type of change that was done to the vector. For a list of all the change types and notifications refer to Bitmap and Vector Change Notifications and Notification Categories.

L_UINT nChangeCategory

The change category. For a list of all the change types and notifications refer to Bitmap and Vector Change Notifications and Notification Categories.

L_INT nRetCode

The function return code.

Returns

None

Comments

This function is called by every function that affects the vector. You can override this function to be notified when the operation has completed changing the vector. This function is called after the changes to the vector have been made. For a list of all the change types and notifications refer to Bitmap and Vector Change Notifications and Notification Categories.

The high level window classes override this function so it will be notified of any changing done to the vector object. This allows these classes to do some special processing, such as updating the display, after the operation has completed.

If you override this function you must do the following:

Do your customer processing, and then call the parent-class implementation for this function to let the parent do default processing for this function.

Required DLLs and Libraries

See Also

Functions

Example

For an example, refer to LVectorWindow::MsgProcCallBack.

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS Vector C++ Class Library Help

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.