RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IMouse.TPanDirection Enumeration

The type describes the panning direction.

Pascal
TPanDirection = (
  pdUp,
  pdDown,
  pdLeft,
  pdRight
);
C++
enum TPanDirection {
  pdUp,
  pdDown,
  pdLeft,
  pdRight
};

imouse

The possible panning values are: pdUp, pdDown, pdLeft, pdRight. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!