IDLitWindow::OnExit

Syntax | Arguments | Keywords | Version History

The IDLitWindow::OnExit procedure method handles notification from the window that a mouse exit event has occurred.

Note
This method is only a stub and provides no functionality. In your subclass of IDLitWindow, you should override this method to provide your own functionality. Your method will be automatically called when a mouse exit event occurs.

Syntax

Obj->[IDLitWindow::]OnExit

Arguments

None

Keywords

None

Version History

6.3

Introduced