API:Vcl.IMouse

From RAD Studio API Documentation

Classes

TPanningWindowTPanningWindow represents the base class for window panning operations.

Routines

StartPanStarts panning in the active window.

Types

TPanDirectionThe type describes the panning direction.
TPanDirectionsSet of TPanDirection. .
TPanOptionTPanOption describes the panning option.
TPanOptionsSet of TPanOption.
TUpdateEventInitiates the cursor update.

Constants

crPanAllcrPanAll: TCursor = $FFFFFFCE;
crPanDowncrPanDown: TCursor = $FFFFFFCD;
crPanDownLeftcrPanDownLeft: TCursor = $FFFFFFCC;
crPanDownRightcrPanDownRight: TCursor = $FFFFFFCB;
crPanLeftcrPanLeft: TCursor = $FFFFFFCA;
crPanLeftRightcrPanLeftRight: TCursor = $FFFFFFC9;
crPanRightcrPanRight: TCursor = $FFFFFFC8;
crPanUpcrPanUp: TCursor = $FFFFFFC7;
crPanUpDowncrPanUpDown: TCursor = $FFFFFFC6;
crPanUpLeftcrPanUpLeft: TCursor = $FFFFFFC5;
crPanUpRightcrPanUpRight: TCursor = $FFFFFFC4;