Prod.: Engine, ver.: 6014, ID: 60000734, Bug : MouseMove event is not compatible with Delphi

Bug : MouseMove event is not compatible with Delphi

Article60000734
TypeBug
ProductEngine
Version6014
Date Added1/12/2009
FixedYes [1/13/2009]
Submitted byBen van den Heever
Keywords

Subject

MouseMove event is not compatible with Delphi

Summary

MouseMove event is not compatible with Delphi.

Delphi crashes when the cursor enters the graphical area.

Solution

Fixed in 6015.

 

A new property DisableMouseStockEvents was added in vdraw control

Disables the events (MouseMove, MouseDown, MouseUp)
This property was created to solve problems encountered in delphi environments. For Delphi users: Use CoordMouseMove, LeftMouseButtonDown.

Valid values :
   TRUE : Disabled mouse events
   FALSE : Enabled mouse events

default value is FALSE.Delphi users must set it to TRUE.