Vcl.IMouse.TPanningWindow.OnUpdate

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnUpdate: TUpdateEvent read FOnUpdate write FOnUpdate;

C++

__property TUpdateEvent OnUpdate = {read=FOnUpdate, write=FOnUpdate};

Properties

Type Visibility Source Unit Parent
event public
Vcl.IMouse.pas
Vcl.IMouse.hpp
Vcl.IMouse TPanningWindow

Description

Initiates the cursor update.

The OnUpdate event occurs when the mouse cursor is to be updated.