TiObjectCanvas.MouseDownHandle

TiObjectCanvas

Retrieves the Handle of the object in the ObjectCanvas that currently has the mouse.

property MouseDownHandle : Integer;

Description

Use MouseDownHandle in conjunction with the OnMouse events of the ObjectCanvas component. This property will tell you the handle of the object that generated the OnMouse event.

Example

Delphi

Value := iComponent.MouseDownHandle;

C++ Builder

Value = iComponent->MouseDownHandle;

Note: this property is Read-Only.

Contents | Index | Previous | Next